Skip to content

Commit 80e1787

Browse files
build(deps-dev): Bump rbs from 3.10.4 to 4.0.2
Bumps [rbs](https://github.com/ruby/rbs) from 3.10.4 to 4.0.2. - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](ruby/rbs@v3.10.4...v4.0.2) --- updated-dependencies: - dependency-name: rbs dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d2256f commit 80e1787

2 files changed

Lines changed: 8 additions & 29 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :development do
1818
gem "rubocop-shopify"
1919

2020
# Type Signature for Ruby
21-
gem "rbs", "~> 3.10"
21+
gem "rbs", "~> 4.0"
2222

2323
# Steep
2424
gem "steep"

Gemfile.lock

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.1.2)
5-
base64
6-
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.3.1)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
json
12-
logger (>= 1.4.2)
13-
minitest (>= 5.1)
14-
securerandom (>= 0.3)
15-
tzinfo (~> 2.0, >= 2.0.5)
16-
uri (>= 0.13.1)
174
ast (2.4.3)
18-
base64 (0.3.0)
19-
bigdecimal (4.0.1)
205
childprocess (5.1.0)
216
logger (~> 1.5)
227
concurrent-ruby (1.3.6)
23-
connection_pool (3.0.2)
248
csv (3.3.5)
259
docile (1.4.1)
2610
drb (2.2.3)
2711
ffi (1.17.3-arm64-darwin)
2812
ffi (1.17.3-x86_64-darwin)
2913
ffi (1.17.3-x86_64-linux-gnu)
3014
fileutils (1.8.0)
31-
i18n (1.14.8)
32-
concurrent-ruby (~> 1.0)
3315
iniparse (1.5.0)
3416
json (2.19.3)
3517
language_server-protocol (3.17.0.5)
@@ -44,7 +26,6 @@ GEM
4426
prism (~> 1.5)
4527
minitest-ci (3.4.0)
4628
minitest (>= 5.0.6)
47-
mutex_m (0.3.0)
4829
overcommit (0.69.0)
4930
childprocess (>= 0.6.3, < 6)
5031
iniparse (~> 1.4)
@@ -60,8 +41,9 @@ GEM
6041
rb-fsevent (0.11.2)
6142
rb-inotify (0.11.1)
6243
ffi (~> 1.0)
63-
rbs (3.10.4)
44+
rbs (4.0.2)
6445
logger
46+
prism (>= 1.6.0)
6547
tsort
6648
regexp_parser (2.12.0)
6749
rexml (3.4.4)
@@ -103,19 +85,18 @@ GEM
10385
simplecov (~> 0.19)
10486
simplecov-html (0.13.2)
10587
simplecov_json_formatter (0.1.4)
106-
steep (1.10.0)
107-
activesupport (>= 5.1)
88+
steep (2.0.0)
10889
concurrent-ruby (>= 1.1.10)
10990
csv (>= 3.0.9)
11091
fileutils (>= 1.1.0)
11192
json (>= 2.1.0)
11293
language_server-protocol (>= 3.17.0.4, < 4.0)
11394
listen (~> 3.0)
11495
logger (>= 1.3.0)
115-
mutex_m (>= 0.3.0)
116-
parser (>= 3.1)
96+
parser (>= 3.2)
97+
prism (>= 0.25.0)
11798
rainbow (>= 2.2.2, < 4.0)
118-
rbs (~> 3.9)
99+
rbs (~> 4.0)
119100
securerandom (>= 0.1)
120101
strscan (>= 1.0.0)
121102
terminal-table (>= 2, < 5)
@@ -124,8 +105,6 @@ GEM
124105
terminal-table (4.0.0)
125106
unicode-display_width (>= 1.1.1, < 4)
126107
tsort (0.2.0)
127-
tzinfo (2.0.6)
128-
concurrent-ruby (~> 1.0)
129108
unicode-display_width (3.2.0)
130109
unicode-emoji (~> 4.1)
131110
unicode-emoji (4.2.0)
@@ -142,7 +121,7 @@ DEPENDENCIES
142121
minitest-ci
143122
overcommit
144123
rake (~> 13.3)
145-
rbs (~> 3.10)
124+
rbs (~> 4.0)
146125
rubocop
147126
rubocop-minitest
148127
rubocop-performance

0 commit comments

Comments
 (0)