Skip to content

Commit bfd047d

Browse files
committed
Update rbs gem version to 3.10.0 in Gemfile
1 parent 0b00ae0 commit bfd047d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)