Skip to content

Commit

Permalink
Bump rbs from 3.7.0 to 3.8.0 in /steep
Browse files Browse the repository at this point in the history
Bumps [rbs](https://github.com/ruby/rbs) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: rbs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent b147cbb commit c1797f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion steep/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "rbs", "~> 3.7.0"
gem "rbs", "~> 3.8.0"
gem "steep", "~> 1.9.2"
8 changes: 4 additions & 4 deletions steep/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.7.0)
rbs (3.8.0)
logger
securerandom (0.4.1)
steep (1.9.2)
steep (1.9.3)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -55,7 +55,7 @@ GEM
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.7.0)
rbs (~> 3.8)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
Expand All @@ -72,7 +72,7 @@ PLATFORMS
ruby

DEPENDENCIES
rbs (~> 3.7.0)
rbs (~> 3.8.0)
steep (~> 1.9.2)

BUNDLED WITH
Expand Down

0 comments on commit c1797f7

Please sign in to comment.