Skip to content

Commit

Permalink
Merge pull request ruby#316 from yui-knk/rbs_3_4_0
Browse files Browse the repository at this point in the history
Update rbs
  • Loading branch information
yui-knk authored Dec 25, 2023
2 parents cb4332d + e490879 commit 59c0ba2
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 @@ -12,6 +12,6 @@ gem "stackprof", platforms: [:ruby] # stackprof doesn't support Windows
# 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.3.0", require: false
gem "rbs", "3.4.0", require: false
gem "steep", "1.6.0", require: false
end

0 comments on commit 59c0ba2

Please sign in to comment.