Skip to content

Commit cc4dd79

Browse files
authored
Update all development Bundler dependencies (2025-04-07)
1 parent 8c8ea92 commit cc4dd79

File tree

1 file changed

+50
-41
lines changed

1 file changed

+50
-41
lines changed

Gemfile.lock

Lines changed: 50 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ GEM
3737
bundler
3838
rake
3939
thor (>= 0.14.0)
40-
ast (2.4.2)
40+
ast (2.4.3)
4141
backports (3.25.0)
4242
base64 (0.2.0)
4343
bcrypt (3.1.20)
4444
benchmark (0.4.0)
4545
bigdecimal (3.1.9)
4646
bson (5.0.2)
47-
byebug (11.1.3)
47+
byebug (12.0.0)
4848
coderay (1.1.3)
4949
concurrent-ruby (1.3.5)
5050
connection_pool (2.5.0)
@@ -57,7 +57,7 @@ GEM
5757
mime-types (>= 1.15)
5858
multi_json (~> 1.7)
5959
date (3.4.1)
60-
diff-lcs (1.6.0)
60+
diff-lcs (1.6.1)
6161
diffy (3.4.3)
6262
docile (1.4.1)
6363
drb (2.2.1)
@@ -75,13 +75,13 @@ GEM
7575
concurrent-ruby (~> 1.0)
7676
dry-core (~> 1.1)
7777
zeitwerk (~> 2.6)
78-
dry-schema (1.13.4)
78+
dry-schema (1.14.1)
7979
concurrent-ruby (~> 1.0)
8080
dry-configurable (~> 1.0, >= 1.0.1)
81-
dry-core (~> 1.0, < 2)
82-
dry-initializer (~> 3.0)
83-
dry-logic (>= 1.4, < 2)
84-
dry-types (>= 1.7, < 2)
81+
dry-core (~> 1.1)
82+
dry-initializer (~> 3.2)
83+
dry-logic (~> 1.5)
84+
dry-types (~> 1.8)
8585
zeitwerk (~> 2.6)
8686
dry-types (1.8.2)
8787
bigdecimal (~> 3.0)
@@ -142,15 +142,15 @@ GEM
142142
listen (3.9.0)
143143
rb-fsevent (~> 0.10, >= 0.10.3)
144144
rb-inotify (~> 0.9, >= 0.9.10)
145-
logger (1.6.6)
145+
logger (1.7.0)
146146
lumberjack (1.2.10)
147147
method_source (1.1.0)
148148
middleware (0.1.0)
149149
mime-types (3.6.0)
150150
logger
151151
mime-types-data (~> 3.2015)
152152
mime-types-data (3.2025.0204)
153-
minitest (5.25.4)
153+
minitest (5.25.5)
154154
mongo (2.21.0)
155155
bson (>= 4.14.1, < 6.0.0)
156156
mongoid (9.0.6)
@@ -181,10 +181,11 @@ GEM
181181
rack-protection
182182
ostruct (0.6.1)
183183
parallel (1.26.3)
184-
parser (3.3.7.1)
184+
parser (3.3.7.4)
185185
ast (~> 2.4.1)
186186
racc
187187
power_assert (2.0.5)
188+
prism (1.4.0)
188189
pry (0.15.2)
189190
coderay (~> 1.1)
190191
method_source (~> 1.0)
@@ -203,18 +204,18 @@ GEM
203204
rb-fsevent (0.11.2)
204205
rb-inotify (0.11.1)
205206
ffi (~> 1.0)
206-
rdoc (6.12.0)
207+
rdoc (6.13.1)
207208
psych (>= 4.0.0)
208209
redcarpet (3.6.1)
209-
reek (6.4.0)
210-
dry-schema (~> 1.13.0)
210+
reek (6.5.0)
211+
dry-schema (~> 1.13)
211212
logger (~> 1.6)
212213
parser (~> 3.3.0)
213214
rainbow (>= 2.0, < 4.0)
214215
rexml (~> 3.1)
215216
regexp_parser (2.10.0)
216217
rethinkdb (2.4.0.0)
217-
rexml (3.4.0)
218+
rexml (3.4.1)
218219
rspec (3.13.0)
219220
rspec-core (~> 3.13.0)
220221
rspec-expectations (~> 3.13.0)
@@ -229,18 +230,20 @@ GEM
229230
diff-lcs (>= 1.2.0, < 2.0)
230231
rspec-support (~> 3.13.0)
231232
rspec-support (3.13.2)
232-
rubocop (1.71.2)
233+
rubocop (1.73.2)
233234
json (~> 2.3)
234-
language_server-protocol (>= 3.17.0)
235+
language_server-protocol (~> 3.17.0.2)
236+
lint_roller (~> 1.1.0)
235237
parallel (~> 1.10)
236238
parser (>= 3.3.0.2)
237239
rainbow (>= 2.2.2, < 4.0)
238240
regexp_parser (>= 2.9.3, < 3.0)
239241
rubocop-ast (>= 1.38.0, < 2.0)
240242
ruby-progressbar (~> 1.7)
241243
unicode-display_width (>= 2.4.0, < 4.0)
242-
rubocop-ast (1.38.1)
243-
parser (>= 3.3.1.0)
244+
rubocop-ast (1.44.0)
245+
parser (>= 3.3.7.2)
246+
prism (~> 1.4)
244247
rubocop-gradual (0.3.6)
245248
diff-lcs (>= 1.2.0, < 2.0)
246249
diffy (~> 3.0)
@@ -253,19 +256,23 @@ GEM
253256
version_gem (>= 1.1.2, < 3)
254257
rubocop-md (1.2.4)
255258
rubocop (>= 1.45)
256-
rubocop-minitest (0.37.0)
259+
rubocop-minitest (0.37.1)
257260
lint_roller (~> 1.1)
258-
rubocop (>= 1.61, < 2.0)
261+
rubocop (>= 1.72.1, < 2.0)
259262
rubocop-ast (>= 1.38.0, < 2.0)
260-
rubocop-packaging (0.5.2)
261-
rubocop (>= 1.33, < 2.0)
262-
rubocop-performance (1.23.1)
263-
rubocop (>= 1.48.1, < 2.0)
264-
rubocop-ast (>= 1.31.1, < 2.0)
265-
rubocop-rake (0.6.0)
266-
rubocop (~> 1.0)
267-
rubocop-rspec (3.4.0)
268-
rubocop (~> 1.61)
263+
rubocop-packaging (0.6.0)
264+
lint_roller (~> 1.1.0)
265+
rubocop (>= 1.72.1, < 2.0)
266+
rubocop-performance (1.24.0)
267+
lint_roller (~> 1.1)
268+
rubocop (>= 1.72.1, < 2.0)
269+
rubocop-ast (>= 1.38.0, < 2.0)
270+
rubocop-rake (0.7.1)
271+
lint_roller (~> 1.1)
272+
rubocop (>= 1.72.1)
273+
rubocop-rspec (3.5.0)
274+
lint_roller (~> 1.1)
275+
rubocop (~> 1.72, >= 1.72.1)
269276
rubocop-ruby2_4 (2.0.5)
270277
rubocop-gradual (~> 0.3, >= 0.3.1)
271278
rubocop-md (~> 1.2)
@@ -274,12 +281,14 @@ GEM
274281
rubocop-thread_safety (~> 0.5, >= 0.5.1)
275282
standard-rubocop-lts (~> 1.0, >= 1.0.7)
276283
version_gem (>= 1.1.3, < 3)
277-
rubocop-sequel (0.3.8)
278-
rubocop (~> 1.0)
284+
rubocop-sequel (0.4.1)
285+
lint_roller (~> 1.1)
286+
rubocop (>= 1.72.1, < 2)
279287
rubocop-shopify (2.16.0)
280288
rubocop (~> 1.62)
281-
rubocop-thread_safety (0.6.0)
282-
rubocop (>= 1.48.1)
289+
rubocop-thread_safety (0.7.2)
290+
lint_roller (~> 1.1)
291+
rubocop (~> 1.72, >= 1.72.1)
283292
ruby-progressbar (1.13.0)
284293
securerandom (0.4.1)
285294
sequel (5.90.0)
@@ -311,25 +320,25 @@ GEM
311320
sqlite3 (2.6.0-x86_64-darwin)
312321
sqlite3 (2.6.0-x86_64-linux-gnu)
313322
sqlite3 (2.6.0-x86_64-linux-musl)
314-
standard (1.45.0)
323+
standard (1.47.0)
315324
language_server-protocol (~> 3.17.0.2)
316325
lint_roller (~> 1.0)
317-
rubocop (~> 1.71.0)
326+
rubocop (~> 1.73.0)
318327
standard-custom (~> 1.0.0)
319-
standard-performance (~> 1.6)
328+
standard-performance (~> 1.7)
320329
standard-custom (1.0.2)
321330
lint_roller (~> 1.0)
322331
rubocop (~> 1.50)
323-
standard-performance (1.6.0)
332+
standard-performance (1.7.0)
324333
lint_roller (~> 1.1)
325-
rubocop-performance (~> 1.23.0)
334+
rubocop-performance (~> 1.24.0)
326335
standard-rubocop-lts (1.0.10)
327336
rspec-block_is_expected (~> 1.0, >= 1.0.5)
328337
standard (>= 1.35.1, < 2)
329338
standard-custom (>= 1.0.2, < 2)
330339
standard-performance (>= 1.3.1, < 2)
331340
version_gem (>= 1.1.4, < 3)
332-
stringio (3.1.5)
341+
stringio (3.1.6)
333342
symbol_decoration (1.1.0)
334343
terminal-table (3.0.2)
335344
unicode-display_width (>= 1.1.1, < 3)
@@ -347,7 +356,7 @@ GEM
347356
ostruct
348357
rainbow
349358
yard
350-
zeitwerk (2.7.1)
359+
zeitwerk (2.7.2)
351360

352361
PLATFORMS
353362
aarch64-linux

0 commit comments

Comments
 (0)