Skip to content

Commit

Permalink
Merge pull request #492 from Little-Rubyist/bump_up_rbs_and_steep
Browse files Browse the repository at this point in the history
Bump rbs from v3.7.0 to v3.8.0 and steep from v1.9.2 to v1.9.3
  • Loading branch information
yui-knk authored Dec 27, 2024
2 parents ecd4f0c + 1826a79 commit 0e880d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 71fb7ae83789ae150bdee1cd8a7cd3035b5d79e2
revision: ccbd2bbc6be5c195df1d90aa68d64916a9e7d0ab
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: erb
Expand All @@ -26,15 +26,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 71fb7ae83789ae150bdee1cd8a7cd3035b5d79e2
revision: ccbd2bbc6be5c195df1d90aa68d64916a9e7d0ab
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: stackprof
version: '0.2'
source:
type: git
name: ruby/gem_rbs_collection
revision: 71fb7ae83789ae150bdee1cd8a7cd3035b5d79e2
revision: ccbd2bbc6be5c195df1d90aa68d64916a9e7d0ab
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: strscan
Expand Down

0 comments on commit 0e880d9

Please sign in to comment.