From e07cc53a978e3c9d320ee71fab3fc348ff656e97 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 8 May 2024 08:37:55 +1200 Subject: [PATCH] Don't build extensions twice :( --- nio4r.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/nio4r.gemspec b/nio4r.gemspec index 20c34d2..cf63d5a 100644 --- a/nio4r.gemspec +++ b/nio4r.gemspec @@ -29,8 +29,6 @@ Gem::Specification.new do |spec| spec.files = Dir.glob(['{ext,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__) spec.require_paths = ['lib'] - spec.extensions = ["ext/nio4r/extconf.rb"] - spec.required_ruby_version = ">= 2.4" if defined? JRUBY_VERSION