Skip to content

Commit e9bf6a6

Browse files
Bump steep from 1.10.0.pre.3 to 1.10.0 in /steep
Bumps [steep](https://github.com/soutaro/steep) from 1.10.0.pre.3 to 1.10.0. - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](soutaro/steep@v1.10.0.pre.3...v1.10.0) --- updated-dependencies: - dependency-name: steep dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40f127c commit e9bf6a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

steep/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

33
gem "rbs", "~> 3.9.pre"
4-
gem "steep", "~> 1.10.pre"
4+
gem "steep", "~> 1.10"

steep/Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ GEM
4242
rb-fsevent (0.11.2)
4343
rb-inotify (0.11.1)
4444
ffi (~> 1.0)
45-
rbs (3.9.0.pre.2)
45+
rbs (3.9.0)
4646
logger
4747
securerandom (0.4.1)
48-
steep (1.10.0.pre.3)
48+
steep (1.10.0)
4949
activesupport (>= 5.1)
5050
concurrent-ruby (>= 1.1.10)
5151
csv (>= 3.0.9)
@@ -57,7 +57,7 @@ GEM
5757
mutex_m (>= 0.3.0)
5858
parser (>= 3.1)
5959
rainbow (>= 2.2.2, < 4.0)
60-
rbs (~> 3.9.pre)
60+
rbs (~> 3.9)
6161
securerandom (>= 0.1)
6262
strscan (>= 1.0.0)
6363
terminal-table (>= 2, < 5)
@@ -77,7 +77,7 @@ PLATFORMS
7777

7878
DEPENDENCIES
7979
rbs (~> 3.9.pre)
80-
steep (~> 1.10.pre)
80+
steep (~> 1.10)
8181

8282
BUNDLED WITH
8383
2.6.3

0 commit comments

Comments
 (0)