Skip to content

Commit

Permalink
Merge pull request ruby#472 from ydah/update-rbs-and-steep
Browse files Browse the repository at this point in the history
Bump rbs from v3.5.3 to v3.6.0 and steep from v1.7.1 to v1.8.0
  • Loading branch information
ydah authored Sep 30, 2024
2 parents f177a54 + ea53b4c commit 31281d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3", require: false
gem "steep", "1.7.1", require: false
gem "rbs", "3.6.0", require: false
gem "steep", "1.8.0", require: false
end

0 comments on commit 31281d8

Please sign in to comment.