Skip to content

Commit

Permalink
Merge pull request #508 from ydah/update-rbs-and-rbs-collection
Browse files Browse the repository at this point in the history
Update rbs gem version to 3.8.1
  • Loading branch information
ydah authored Jan 13, 2025
2 parents 4d84601 + bf6233d commit cc9ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "memory_profiler"
# Recent steep requires Ruby >= 3.0.0.
# Then skip install on some CI jobs.
if !ENV['GITHUB_ACTION'] || ENV['INSTALL_STEEP'] == 'true'
gem "rbs", "3.8.0", require: false
gem "rbs", "3.8.1", require: false
gem "rbs-inline", require: false
gem "steep", "1.9.3", require: false
end

0 comments on commit cc9ee80

Please sign in to comment.