Skip to content

Commit 8b8836c

Browse files
dependabot[bot]soutaro
authored andcommitted
Bump rbs and steep in /steep
Bumps [rbs](https://github.com/ruby/rbs) and [steep](https://github.com/soutaro/steep). These dependencies needed to be updated together. Updates `rbs` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](v3.6.1...v3.7.0) Updates `steep` from 1.8.3 to 1.9.0 - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](soutaro/steep@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rbs dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: steep dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 797eafe commit 8b8836c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

steep/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "rbs", "~> 3.6.1"
4-
gem "steep", "~> 1.8.3"
3+
gem "rbs", "~> 3.7.0"
4+
gem "steep", "~> 1.9.0"

steep/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ GEM
4141
rb-fsevent (0.11.2)
4242
rb-inotify (0.11.1)
4343
ffi (~> 1.0)
44-
rbs (3.6.1)
44+
rbs (3.7.0)
4545
logger
4646
securerandom (0.4.0)
47-
steep (1.8.3)
47+
steep (1.9.0)
4848
activesupport (>= 5.1)
4949
concurrent-ruby (>= 1.1.10)
5050
csv (>= 3.0.9)
@@ -55,7 +55,7 @@ GEM
5555
logger (>= 1.3.0)
5656
parser (>= 3.1)
5757
rainbow (>= 2.2.2, < 4.0)
58-
rbs (~> 3.6.0)
58+
rbs (~> 3.7.0)
5959
securerandom (>= 0.1)
6060
strscan (>= 1.0.0)
6161
terminal-table (>= 2, < 4)
@@ -71,8 +71,8 @@ PLATFORMS
7171
ruby
7272

7373
DEPENDENCIES
74-
rbs (~> 3.6.1)
75-
steep (~> 1.8.3)
74+
rbs (~> 3.7.0)
75+
steep (~> 1.9.0)
7676

7777
BUNDLED WITH
7878
2.5.16

0 commit comments

Comments
 (0)