Skip to content

Commit 97a6d11

Browse files
Bump steep from 1.8.1 to 1.8.3 in /steep
Bumps [steep](https://github.com/soutaro/steep) from 1.8.1 to 1.8.3. - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](soutaro/steep@v1.8.1...v1.8.3) --- updated-dependencies: - dependency-name: steep dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54ded2d commit 97a6d11

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

steep/Gemfile

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

33
gem "rbs", "~> 3.6.1"
4-
gem "steep", "~> 1.8.1"
4+
gem "steep", "~> 1.8.3"

steep/Gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1.1)
4+
activesupport (8.0.0)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,15 +13,17 @@ GEM
1213
minitest (>= 5.1)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1517
ast (2.4.2)
1618
base64 (0.2.0)
19+
benchmark (0.4.0)
1720
bigdecimal (3.1.8)
1821
concurrent-ruby (1.3.4)
1922
connection_pool (2.4.1)
2023
csv (3.3.0)
2124
drb (2.2.1)
2225
ffi (1.17.0)
23-
fileutils (1.7.2)
26+
fileutils (1.7.3)
2427
i18n (1.14.6)
2528
concurrent-ruby (~> 1.0)
2629
json (2.8.2)
@@ -30,7 +33,7 @@ GEM
3033
rb-inotify (~> 0.9, >= 0.9.10)
3134
logger (1.6.1)
3235
minitest (5.25.1)
33-
parser (3.3.5.0)
36+
parser (3.3.6.0)
3437
ast (~> 2.4.1)
3538
racc
3639
racc (1.8.1)
@@ -40,8 +43,8 @@ GEM
4043
ffi (~> 1.0)
4144
rbs (3.6.1)
4245
logger
43-
securerandom (0.3.1)
44-
steep (1.8.1)
46+
securerandom (0.3.2)
47+
steep (1.8.3)
4548
activesupport (>= 5.1)
4649
concurrent-ruby (>= 1.1.10)
4750
csv (>= 3.0.9)
@@ -62,13 +65,14 @@ GEM
6265
tzinfo (2.0.6)
6366
concurrent-ruby (~> 1.0)
6467
unicode-display_width (2.6.0)
68+
uri (1.0.2)
6569

6670
PLATFORMS
6771
ruby
6872

6973
DEPENDENCIES
7074
rbs (~> 3.6.1)
71-
steep (~> 1.8.1)
75+
steep (~> 1.8.3)
7276

7377
BUNDLED WITH
7478
2.5.16

0 commit comments

Comments
 (0)