Skip to content

Commit c2e79bd

Browse files
committed
Use Ruby 3.3 in Dependabot
1 parent 91f429a commit c2e79bd

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)