Skip to content

Commit

Permalink
Update rbs and steep gem versions to 3.8.0 and 1.9.3 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
Little-Rubyist committed Dec 27, 2024
1 parent ecd4f0c commit 100ba73
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,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.7.0", require: false
gem "rbs", "3.8.0", require: false
gem "rbs-inline", require: false
gem "steep", "1.9.2", require: false
gem "steep", "1.9.3", require: false
end

0 comments on commit 100ba73

Please sign in to comment.