Skip to content

Commit 92dd5dd

Browse files
authored
Merge pull request #768 from yui-knk/rbs_3_10_0
Update rbs gem version to 3.10.0 in Gemfile
2 parents 0b00ae0 + bfd047d commit 92dd5dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "stackprof", platforms: [:ruby] # stackprof doesn't support Windows
1717
# Recent steep requires Ruby >= 3.0.0.
1818
# Then skip install on some CI jobs.
1919
if !ENV['GITHUB_ACTION'] || ENV['INSTALL_STEEP'] == 'true'
20-
gem "rbs", "3.9.5", require: false
20+
gem "rbs", "3.10.0", require: false
2121
gem "rbs-inline", require: false
2222
gem "steep", "1.10.0", require: false
2323
end

0 commit comments

Comments
 (0)