Skip to content

Commit 4ac49e0

Browse files
authored
Merge pull request #2909 from ruby/bundle-update-20260331-6706ae4b
bundle update (2026-03-31)
2 parents ec51456 + 36a7e8e commit 4ac49e0

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/soutaro/steep.git
3-
revision: 480d2288d3c560a51af5013780916d91cab34fe9
3+
revision: d9f52a5034986c2a00603ecdcf5a20fe6c899ed4
44
specs:
55
steep (2.0.0.dev)
66
activesupport (>= 5.1)
@@ -13,7 +13,7 @@ GIT
1313
logger (>= 1.3.0)
1414
parser (>= 3.2)
1515
rainbow (>= 2.2.2, < 4.0)
16-
rbs (~> 4.0.0.dev)
16+
rbs (~> 4.0)
1717
securerandom (>= 0.1)
1818
strscan (>= 1.0.0)
1919
terminal-table (>= 2, < 5)
@@ -54,7 +54,7 @@ GEM
5454
base64 (0.3.0)
5555
benchmark (0.5.0)
5656
benchmark-ips (2.14.0)
57-
bigdecimal (4.0.1)
57+
bigdecimal (4.1.0)
5858
concurrent-ruby (1.3.6)
5959
connection_pool (3.0.2)
6060
csv (3.3.5)
@@ -64,7 +64,7 @@ GEM
6464
drb (2.2.3)
6565
erb (6.0.2)
6666
extconf_compile_commands_json (0.0.7)
67-
ffi (1.17.3)
67+
ffi (1.17.4)
6868
fileutils (1.8.0)
6969
goodcheck (3.1.0)
7070
marcel (>= 1.0, < 2.0)
@@ -79,7 +79,7 @@ GEM
7979
prism (>= 1.3.0)
8080
rdoc (>= 4.0.0)
8181
reline (>= 0.4.2)
82-
json (2.19.2)
82+
json (2.19.3)
8383
json-schema (6.2.0)
8484
addressable (~> 2.8)
8585
bigdecimal (>= 3.1, < 5)
@@ -104,7 +104,7 @@ GEM
104104
nkf (0.2.0)
105105
ostruct (0.6.3)
106106
parallel (1.27.0)
107-
parser (3.3.10.2)
107+
parser (3.3.11.1)
108108
ast (~> 2.4.1)
109109
racc
110110
power_assert (3.0.1)
@@ -161,9 +161,9 @@ GEM
161161
rubocop-ast (1.49.1)
162162
parser (>= 3.3.7.2)
163163
prism (~> 1.7)
164-
rubocop-on-rbs (1.9.1)
164+
rubocop-on-rbs (2.0.0)
165165
lint_roller (~> 1.1)
166-
rbs (~> 3.5)
166+
rbs (~> 4.0)
167167
rubocop (>= 1.72.1, < 2.0)
168168
zlib
169169
rubocop-rubycw (0.2.2)

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ task :validate => :compile do
199199
libs << "rbs"
200200
end
201201

202+
libs.delete("bigdecimal-math") or raise
203+
libs.delete("bigdecimal") or raise
204+
202205
libs.each do |lib|
203206
args = ["-r", lib]
204207

steep/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.1.2.1)
4+
activesupport (8.1.3)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -16,16 +16,16 @@ GEM
1616
uri (>= 0.13.1)
1717
ast (2.4.3)
1818
base64 (0.3.0)
19-
bigdecimal (4.0.1)
19+
bigdecimal (4.1.0)
2020
concurrent-ruby (1.3.6)
2121
connection_pool (3.0.2)
2222
csv (3.3.5)
2323
drb (2.2.3)
24-
ffi (1.17.3)
24+
ffi (1.17.4)
2525
fileutils (1.8.0)
2626
i18n (1.14.8)
2727
concurrent-ruby (~> 1.0)
28-
json (2.19.2)
28+
json (2.19.3)
2929
language_server-protocol (3.17.0.5)
3030
listen (3.10.0)
3131
logger
@@ -36,7 +36,7 @@ GEM
3636
drb (~> 2.0)
3737
prism (~> 1.5)
3838
mutex_m (0.3.0)
39-
parser (3.3.10.2)
39+
parser (3.3.11.1)
4040
ast (~> 2.4.1)
4141
racc
4242
power_assert (3.0.1)
@@ -46,10 +46,10 @@ GEM
4646
rb-fsevent (0.11.2)
4747
rb-inotify (0.11.1)
4848
ffi (~> 1.0)
49-
rbs (3.10.3)
49+
rbs (3.10.4)
5050
logger
5151
tsort
52-
ruby-lsp (0.26.8)
52+
ruby-lsp (0.26.9)
5353
language_server-protocol (~> 3.17.0)
5454
prism (>= 1.2, < 2.0)
5555
rbs (>= 3, < 5)

0 commit comments

Comments
 (0)