169
169
concurrent-ruby (~> 1.0 )
170
170
ice_nine (0.11.2 )
171
171
io-wait (0.2.1 )
172
+ json (2.7.2 )
172
173
jwt (2.3.0 )
174
+ language_server-protocol (3.17.0.3 )
173
175
listen (3.7.0 )
174
176
rb-fsevent (~> 0.10 , >= 0.10.3 )
175
177
rb-inotify (~> 0.9 , >= 0.9.10 )
239
241
omniauth (~> 2.0 )
240
242
pagy (5.10.0 )
241
243
activesupport
242
- parallel (1.21.0 )
243
- parser (3.1.1 .0 )
244
+ parallel (1.25.1 )
245
+ parser (3.3.4 .0 )
244
246
ast (~> 2.4.1 )
247
+ racc
245
248
pg (1.3.0 )
246
249
public_suffix (4.0.6 )
247
250
puma (5.6.0 )
@@ -290,10 +293,11 @@ GEM
290
293
rb-inotify (0.10.1 )
291
294
ffi (~> 1.0 )
292
295
redis (4.6.0 )
293
- regexp_parser (2.2.1 )
296
+ regexp_parser (2.9.2 )
294
297
request_store (1.5.0 )
295
298
rack (>= 1.4 )
296
- rexml (3.2.5 )
299
+ rexml (3.3.1 )
300
+ strscan
297
301
rspec-core (3.10.1 )
298
302
rspec-support (~> 3.10.0 )
299
303
rspec-expectations (3.10.2 )
@@ -313,17 +317,19 @@ GEM
313
317
rspec-retry (0.6.2 )
314
318
rspec-core (> 3.3 )
315
319
rspec-support (3.10.3 )
316
- rubocop (1.26.0 )
320
+ rubocop (1.65.0 )
321
+ json (~> 2.3 )
322
+ language_server-protocol (>= 3.17.0 )
317
323
parallel (~> 1.10 )
318
- parser (>= 3.1 .0.0 )
324
+ parser (>= 3.3 .0.2 )
319
325
rainbow (>= 2.2.2 , < 4.0 )
320
- regexp_parser (>= 1.8 , < 3.0 )
321
- rexml
322
- rubocop-ast (>= 1.16.0 , < 2.0 )
326
+ regexp_parser (>= 2.4 , < 3.0 )
327
+ rexml ( >= 3.2.5 , < 4.0 )
328
+ rubocop-ast (>= 1.31.1 , < 2.0 )
323
329
ruby-progressbar (~> 1.7 )
324
- unicode-display_width (>= 1 .4.0 , < 3.0 )
325
- rubocop-ast (1.16.0 )
326
- parser (>= 3.1 .1.0 )
330
+ unicode-display_width (>= 2 .4.0 , < 3.0 )
331
+ rubocop-ast (1.31.3 )
332
+ parser (>= 3.3 .1.0 )
327
333
rubocop-performance (1.13.1 )
328
334
rubocop (>= 1.7.0 , < 2.0 )
329
335
rubocop-ast (>= 0.4.0 )
333
339
rubocop (>= 1.7.0 , < 2.0 )
334
340
rubocop-rspec (2.9.0 )
335
341
rubocop (~> 1.19 )
336
- ruby-progressbar (1.11 .0 )
342
+ ruby-progressbar (1.13 .0 )
337
343
ruby2_keywords (0.0.5 )
338
344
rubyzip (2.3.2 )
339
345
safely_block (0.3.0 )
382
388
railties (>= 6.0.0 )
383
389
tzinfo (2.0.4 )
384
390
concurrent-ruby (~> 1.0 )
385
- unicode-display_width (2.1 .0 )
391
+ unicode-display_width (2.5 .0 )
386
392
virtus (2.0.0 )
387
393
axiom-types (~> 0.1 )
388
394
coercible (~> 1.0 )
@@ -451,7 +457,7 @@ DEPENDENCIES
451
457
redis (~> 4.6.0 )
452
458
rspec-rails (~> 5.1.0 )
453
459
rspec-retry (~> 0.6.2 )
454
- rubocop (~> 1.26 .0 )
460
+ rubocop (~> 1.65 .0 )
455
461
rubocop-performance (~> 1.13.1 )
456
462
rubocop-rails (~> 2.14.0 )
457
463
rubocop-rspec (~> 2.9.0 )
0 commit comments