We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f429a commit c2e79bdCopy full SHA for c2e79bd
rbs.gemspec
@@ -37,6 +37,10 @@ Gem::Specification.new do |spec|
37
end
38
spec.extensions = %w{ext/rbs_extension/extconf.rb}
39
40
+ if false
41
+ spec.required_ruby_version = ">= 3.3"
42
+ end
43
+
44
spec.bindir = "exe"
45
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
46
spec.require_paths = ["lib"]
0 commit comments