Skip to content

Commit 58f8fe8

Browse files
wilsonsilvaclaude
andcommitted
Update development dependencies
Updated gems: - rbs: 3.8 → 3.9 - rubocop: 1.78 → 1.80 - rubocop-performance: 1.25 → 1.26 - rubocop-rspec: 3.6 → 3.7 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ebe8e9d commit 58f8fe8

File tree

4 files changed

+48
-33
lines changed

4 files changed

+48
-33
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ group :development do
2020
gem 'rack-test', '~> 2.2'
2121
gem 'rackup', '~> 2.2'
2222
gem 'rake', '~> 13.3'
23-
gem 'rbs', '~> 3.8'
23+
gem 'rbs', '~> 3.9'
2424
gem 'rspec', '~> 3.13'
25-
gem 'rubocop', '~> 1.78'
25+
gem 'rubocop', '~> 1.80'
2626
gem 'rubocop-factory_bot', '~> 2.27'
27-
gem 'rubocop-performance', '~> 1.25'
27+
gem 'rubocop-performance', '~> 1.26'
2828
gem 'rubocop-rake', '~> 0.7'
29-
gem 'rubocop-rspec', '~> 3.6'
29+
gem 'rubocop-rspec', '~> 3.7'
3030
gem 'rubocop-yard', '~> 1.0'
3131
gem 'simplecov', '~> 0.22'
3232
gem 'simplecov-console', '~> 0.9'

Gemfile.lock

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (8.0.2)
13+
activesupport (8.0.2.1)
1414
base64
1515
benchmark (>= 0.3)
1616
bigdecimal
@@ -29,15 +29,15 @@ GEM
2929
backports (3.25.1)
3030
base64 (0.3.0)
3131
benchmark (0.4.1)
32-
bigdecimal (3.2.2)
32+
bigdecimal (3.2.3)
3333
bundler-audit (0.9.2)
3434
bundler (>= 1.2.0, < 3)
3535
thor (~> 1.0)
3636
childprocess (5.1.0)
3737
logger (~> 1.5)
3838
coderay (1.1.3)
3939
concurrent-ruby (1.3.5)
40-
connection_pool (2.5.3)
40+
connection_pool (2.5.4)
4141
csv (3.3.5)
4242
date (3.4.1)
4343
diff-lcs (1.6.2)
@@ -84,7 +84,7 @@ GEM
8484
dry-schema (~> 1.14)
8585
zeitwerk (~> 2.6)
8686
erb (5.0.2)
87-
factory_bot (6.5.4)
87+
factory_bot (6.5.5)
8888
activesupport (>= 6.1.0)
8989
ffi (1.17.2)
9090
ffi (1.17.2-aarch64-linux-gnu)
@@ -98,7 +98,8 @@ GEM
9898
ffi (1.17.2-x86_64-linux-gnu)
9999
ffi (1.17.2-x86_64-linux-musl)
100100
fileutils (1.7.3)
101-
formatador (1.1.1)
101+
formatador (1.2.0)
102+
reline
102103
guard (2.19.1)
103104
formatador (>= 0.2.4)
104105
listen (>= 2.7, < 4.0)
@@ -134,14 +135,14 @@ GEM
134135
pp (>= 0.6.0)
135136
rdoc (>= 4.0.0)
136137
reline (>= 0.4.2)
137-
json (2.13.0)
138+
json (2.13.2)
138139
language_server-protocol (3.17.0.5)
139140
lint_roller (1.1.0)
140141
listen (3.9.0)
141142
rb-fsevent (~> 0.10, >= 0.10.3)
142143
rb-inotify (~> 0.9, >= 0.9.10)
143144
logger (1.7.0)
144-
lumberjack (1.2.10)
145+
lumberjack (1.4.2)
145146
method_source (1.1.0)
146147
minitest (5.25.5)
147148
multi_json (1.17.0)
@@ -156,21 +157,21 @@ GEM
156157
iniparse (~> 1.4)
157158
rexml (>= 3.3.9)
158159
parallel (1.27.0)
159-
parser (3.3.8.0)
160+
parser (3.3.9.0)
160161
ast (~> 2.4.1)
161162
racc
162163
pp (0.6.2)
163164
prettyprint
164165
prettyprint (0.2.0)
165-
prism (1.4.0)
166+
prism (1.5.1)
166167
pry (0.15.2)
167168
coderay (~> 1.1)
168169
method_source (~> 1.0)
169170
psych (5.2.6)
170171
date
171172
stringio
172173
racc (1.8.1)
173-
rack (3.1.16)
174+
rack (3.2.1)
174175
rack-test (2.2.0)
175176
rack (>= 1.3)
176177
rackup (2.2.1)
@@ -180,15 +181,15 @@ GEM
180181
rb-fsevent (0.11.2)
181182
rb-inotify (0.11.1)
182183
ffi (~> 1.0)
183-
rbs (3.9.4)
184+
rbs (3.9.5)
184185
logger
185186
rdoc (6.14.2)
186187
erb
187188
psych (>= 4.0.0)
188-
regexp_parser (2.10.0)
189-
reline (0.6.1)
189+
regexp_parser (2.11.3)
190+
reline (0.6.2)
190191
io-console (~> 0.5)
191-
rexml (3.4.1)
192+
rexml (3.4.4)
192193
rspec (3.13.1)
193194
rspec-core (~> 3.13.0)
194195
rspec-expectations (~> 3.13.0)
@@ -201,16 +202,16 @@ GEM
201202
rspec-mocks (3.13.5)
202203
diff-lcs (>= 1.2.0, < 2.0)
203204
rspec-support (~> 3.13.0)
204-
rspec-support (3.13.4)
205-
rubocop (1.78.0)
205+
rspec-support (3.13.6)
206+
rubocop (1.80.2)
206207
json (~> 2.3)
207208
language_server-protocol (~> 3.17.0.2)
208209
lint_roller (~> 1.1.0)
209210
parallel (~> 1.10)
210211
parser (>= 3.3.0.2)
211212
rainbow (>= 2.2.2, < 4.0)
212213
regexp_parser (>= 2.9.3, < 3.0)
213-
rubocop-ast (>= 1.45.1, < 2.0)
214+
rubocop-ast (>= 1.46.0, < 2.0)
214215
ruby-progressbar (~> 1.7)
215216
unicode-display_width (>= 2.4.0, < 4.0)
216217
rubocop-ast (1.46.0)
@@ -219,14 +220,14 @@ GEM
219220
rubocop-factory_bot (2.27.1)
220221
lint_roller (~> 1.1)
221222
rubocop (~> 1.72, >= 1.72.1)
222-
rubocop-performance (1.25.0)
223+
rubocop-performance (1.26.0)
223224
lint_roller (~> 1.1)
224225
rubocop (>= 1.75.0, < 2.0)
225-
rubocop-ast (>= 1.38.0, < 2.0)
226+
rubocop-ast (>= 1.44.0, < 2.0)
226227
rubocop-rake (0.7.1)
227228
lint_roller (~> 1.1)
228229
rubocop (>= 1.72.1)
229-
rubocop-rspec (3.6.0)
230+
rubocop-rspec (3.7.0)
230231
lint_roller (~> 1.1)
231232
rubocop (~> 1.72, >= 1.72.1)
232233
rubocop-yard (1.0.0)
@@ -240,7 +241,7 @@ GEM
240241
docile (~> 1.1)
241242
simplecov-html (~> 0.11)
242243
simplecov_json_formatter (~> 0.1)
243-
simplecov-console (0.9.3)
244+
simplecov-console (0.9.4)
244245
ansi
245246
simplecov
246247
terminal-table
@@ -267,14 +268,14 @@ GEM
267268
strscan (3.1.5)
268269
terminal-table (4.0.0)
269270
unicode-display_width (>= 1.1.1, < 4)
270-
thor (1.3.2)
271+
thor (1.4.0)
271272
typeprof (0.30.1)
272273
rbs (>= 3.6.0)
273274
tzinfo (2.0.6)
274275
concurrent-ruby (~> 1.0)
275-
unicode-display_width (3.1.4)
276-
unicode-emoji (~> 4.0, >= 4.0.4)
277-
unicode-emoji (4.0.4)
276+
unicode-display_width (3.2.0)
277+
unicode-emoji (~> 4.1)
278+
unicode-emoji (4.1.0)
278279
uri (1.0.3)
279280
yard (0.9.37)
280281
yard-junk (0.0.10)
@@ -315,13 +316,13 @@ DEPENDENCIES
315316
rack-test (~> 2.2)
316317
rackup (~> 2.2)
317318
rake (~> 13.3)
318-
rbs (~> 3.8)
319+
rbs (~> 3.9)
319320
rspec (~> 3.13)
320-
rubocop (~> 1.78)
321+
rubocop (~> 1.80)
321322
rubocop-factory_bot (~> 2.27)
322-
rubocop-performance (~> 1.25)
323+
rubocop-performance (~> 1.26)
323324
rubocop-rake (~> 0.7)
324-
rubocop-rspec (~> 3.6)
325+
rubocop-rspec (~> 3.7)
325326
rubocop-yard (~> 1.0)
326327
simplecov (~> 0.22)
327328
simplecov-console (~> 0.9)

examples/rack-echo/Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PATH
22
remote: ../..
33
specs:
44
jsonrpc-middleware (0.5.0)
5+
dry-struct (~> 1.8)
56
dry-validation (~> 1.11)
67
multi_json (~> 1.17)
78
zeitwerk (~> 2.7)
@@ -33,6 +34,11 @@ GEM
3334
dry-logic (~> 1.5)
3435
dry-types (~> 1.8)
3536
zeitwerk (~> 2.6)
37+
dry-struct (1.8.0)
38+
dry-core (~> 1.1)
39+
dry-types (~> 1.8, >= 1.8.2)
40+
ice_nine (~> 0.11)
41+
zeitwerk (~> 2.6)
3642
dry-types (1.8.3)
3743
bigdecimal (~> 3.0)
3844
concurrent-ruby (~> 1.0)
@@ -46,6 +52,7 @@ GEM
4652
dry-initializer (~> 3.2)
4753
dry-schema (~> 1.14)
4854
zeitwerk (~> 2.6)
55+
ice_nine (0.11.2)
4956
logger (1.7.0)
5057
multi_json (1.17.0)
5158
nio4r (2.7.4)

examples/rack/Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PATH
22
remote: ../..
33
specs:
44
jsonrpc-middleware (0.5.0)
5+
dry-struct (~> 1.8)
56
dry-validation (~> 1.11)
67
multi_json (~> 1.17)
78
zeitwerk (~> 2.7)
@@ -33,6 +34,11 @@ GEM
3334
dry-logic (~> 1.5)
3435
dry-types (~> 1.8)
3536
zeitwerk (~> 2.6)
37+
dry-struct (1.8.0)
38+
dry-core (~> 1.1)
39+
dry-types (~> 1.8, >= 1.8.2)
40+
ice_nine (~> 0.11)
41+
zeitwerk (~> 2.6)
3642
dry-types (1.8.3)
3743
bigdecimal (~> 3.0)
3844
concurrent-ruby (~> 1.0)
@@ -46,6 +52,7 @@ GEM
4652
dry-initializer (~> 3.2)
4753
dry-schema (~> 1.14)
4854
zeitwerk (~> 2.6)
55+
ice_nine (0.11.2)
4956
logger (1.7.0)
5057
multi_json (1.17.0)
5158
nio4r (2.7.4)

0 commit comments

Comments
 (0)