Skip to content

Commit 5964ce3

Browse files
authored
Merge pull request #2178 from ruby/ruby-3.3-dependabot
Use Ruby 3.3 in Dependabot
2 parents 91f429a + c2e79bd commit 5964ce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rbs.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Gem::Specification.new do |spec|
3737
end
3838
spec.extensions = %w{ext/rbs_extension/extconf.rb}
3939

40+
if false
41+
spec.required_ruby_version = ">= 3.3"
42+
end
43+
4044
spec.bindir = "exe"
4145
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
4246
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)