Skip to content

Commit 37fc40b

Browse files
authored
Merge pull request #2857 from ruby/bundle-update-20260224-194aa25c
bundle update (2026-02-24)
2 parents 413dd2b + b24a84b commit 37fc40b

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile.lock

Lines changed: 8 additions & 7 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: 8521be6192b88d5c58514783d7f58585c5545497
3+
revision: c8549eae3ca6aa7e93d225d69fa909593f6938d1
44
specs:
55
steep (2.0.0.dev)
66
activesupport (>= 5.1)
@@ -63,7 +63,7 @@ GEM
6363
diff-lcs (1.6.2)
6464
digest (3.2.1)
6565
drb (2.2.3)
66-
erb (6.0.1)
66+
erb (6.0.2)
6767
extconf_compile_commands_json (0.0.7)
6868
ffi (1.17.3)
6969
fileutils (1.8.0)
@@ -93,7 +93,8 @@ GEM
9393
logger (1.7.0)
9494
marcel (1.1.0)
9595
memory_profiler (1.1.0)
96-
minitest (6.0.1)
96+
minitest (6.0.2)
97+
drb (~> 2.0)
9798
prism (~> 1.5)
9899
minitest-mock (5.27.0)
99100
mutex_m (0.3.0)
@@ -104,15 +105,15 @@ GEM
104105
nkf (0.2.0)
105106
ostruct (0.6.3)
106107
parallel (1.27.0)
107-
parser (3.3.10.1)
108+
parser (3.3.10.2)
108109
ast (~> 2.4.1)
109110
racc
110111
power_assert (3.0.1)
111112
pp (0.6.3)
112113
prettyprint
113114
prettyprint (0.2.0)
114115
prism (1.9.0)
115-
pstore (0.2.0)
116+
pstore (0.2.1)
116117
psych (4.0.6)
117118
stringio
118119
public_suffix (7.0.2)
@@ -147,7 +148,7 @@ GEM
147148
diff-lcs (>= 1.2.0, < 2.0)
148149
rspec-support (~> 3.13.0)
149150
rspec-support (3.13.7)
150-
rubocop (1.84.1)
151+
rubocop (1.84.2)
151152
json (~> 2.3)
152153
language_server-protocol (~> 3.17.0.2)
153154
lint_roller (~> 1.1.0)
@@ -171,7 +172,7 @@ GEM
171172
rubocop (~> 1.72, >= 1.72.1)
172173
ruby-progressbar (1.13.0)
173174
securerandom (0.4.1)
174-
stackprof (0.2.27)
175+
stackprof (0.2.28)
175176
stringio (3.2.0)
176177
strong_json (2.1.2)
177178
strscan (3.1.7)

steep/Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ GEM
3232
rb-fsevent (~> 0.10, >= 0.10.3)
3333
rb-inotify (~> 0.9, >= 0.9.10)
3434
logger (1.7.0)
35-
minitest (6.0.1)
35+
minitest (6.0.2)
36+
drb (~> 2.0)
3637
prism (~> 1.5)
3738
mutex_m (0.3.0)
38-
parser (3.3.10.1)
39+
parser (3.3.10.2)
3940
ast (~> 2.4.1)
4041
racc
4142
power_assert (3.0.1)
@@ -48,7 +49,7 @@ GEM
4849
rbs (3.10.3)
4950
logger
5051
tsort
51-
ruby-lsp (0.26.6)
52+
ruby-lsp (0.26.7)
5253
language_server-protocol (~> 3.17.0)
5354
prism (>= 1.2, < 2.0)
5455
rbs (>= 3, < 5)

0 commit comments

Comments
 (0)