Skip to content

Commit

Permalink
Merge pull request ruby#466 from ydah/update-rbs
Browse files Browse the repository at this point in the history
chore: Update rbs gem to version 3.5.3
  • Loading branch information
ydah authored Sep 4, 2024
2 parents 22a5ce6 + 8592056 commit 7948e6e
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,6 +15,6 @@ 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.5.2", require: false
gem "rbs", "3.5.3", require: false
gem "steep", "1.7.1", require: false
end

0 comments on commit 7948e6e

Please sign in to comment.