Skip to content

Commit ee8b5b5

Browse files
committed
Use Ruby 3.4 in dependabot
1 parent c91a94f commit ee8b5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838
spec.extensions = %w{ext/rbs_extension/extconf.rb}
3939

4040
if false
41-
spec.required_ruby_version = ">= 3.3"
41+
spec.required_ruby_version = ">= 3.4"
4242
end
4343

4444
spec.bindir = "exe"

0 commit comments

Comments
 (0)