14
14
GEM
15
15
remote: https://rubygems.org/
16
16
specs:
17
- actioncable (7.1.3.4 )
18
- actionpack (= 7.1.3.4 )
19
- activesupport (= 7.1.3.4 )
17
+ actioncable (7.2.0 )
18
+ actionpack (= 7.2.0 )
19
+ activesupport (= 7.2.0 )
20
20
nio4r (~> 2.0 )
21
21
websocket-driver (>= 0.6.1 )
22
22
zeitwerk (~> 2.6 )
23
- actionmailbox (7.1.3.4 )
24
- actionpack (= 7.1.3.4 )
25
- activejob (= 7.1.3.4 )
26
- activerecord (= 7.1.3.4 )
27
- activestorage (= 7.1.3.4 )
28
- activesupport (= 7.1.3.4 )
29
- mail (>= 2.7.1 )
30
- net-imap
31
- net-pop
32
- net-smtp
33
- actionmailer (7.1.3.4 )
34
- actionpack (= 7.1.3.4 )
35
- actionview (= 7.1.3.4 )
36
- activejob (= 7.1.3.4 )
37
- activesupport (= 7.1.3.4 )
38
- mail (~> 2.5 , >= 2.5.4 )
39
- net-imap
40
- net-pop
41
- net-smtp
23
+ actionmailbox (7.2.0 )
24
+ actionpack (= 7.2.0 )
25
+ activejob (= 7.2.0 )
26
+ activerecord (= 7.2.0 )
27
+ activestorage (= 7.2.0 )
28
+ activesupport (= 7.2.0 )
29
+ mail (>= 2.8.0 )
30
+ actionmailer (7.2.0 )
31
+ actionpack (= 7.2.0 )
32
+ actionview (= 7.2.0 )
33
+ activejob (= 7.2.0 )
34
+ activesupport (= 7.2.0 )
35
+ mail (>= 2.8.0 )
42
36
rails-dom-testing (~> 2.2 )
43
- actionpack (7.1.3.4 )
44
- actionview (= 7.1.3.4 )
45
- activesupport (= 7.1.3.4 )
37
+ actionpack (7.2.0 )
F438
td>
38
+ actionview (= 7.2.0 )
39
+ activesupport (= 7.2.0 )
46
40
nokogiri (>= 1.8.5 )
47
41
racc
48
- rack (>= 2.2.4 )
42
+ rack (>= 2.2.4 , < 3.2 )
49
43
rack-session (>= 1.0.1 )
50
44
rack-test (>= 0.6.3 )
51
45
rails-dom-testing (~> 2.2 )
52
46
rails-html-sanitizer (~> 1.6 )
53
- actiontext (7.1.3.4 )
54
- actionpack (= 7.1.3.4 )
55
- activerecord (= 7.1.3.4 )
56
- activestorage (= 7.1.3.4 )
57
- activesupport (= 7.1.3.4 )
47
+ useragent (~> 0.16 )
48
+ actiontext (7.2.0 )
49
+ actionpack (= 7.2.0 )
50
+ activerecord (= 7.2.0 )
51
+ activestorage (= 7.2.0 )
52
+ activesupport (= 7.2.0 )
58
53
globalid (>= 0.6.0 )
59
54
nokogiri (>= 1.8.5 )
60
- actionview (7.1.3.4 )
61
- activesupport (= 7.1.3.4 )
55
+ actionview (7.2.0 )
56
+ activesupport (= 7.2.0 )
62
57
builder (~> 3.1 )
63
58
erubi (~> 1.11 )
64
59
rails-dom-testing (~> 2.2 )
65
60
rails-html-sanitizer (~> 1.6 )
66
- activejob (7.1.3.4 )
67
- activesupport (= 7.1.3.4 )
61
+ activejob (7.2.0 )
62
+ activesupport (= 7.2.0 )
68
63
globalid (>= 0.3.6 )
69
- activemodel (7.1.3.4 )
70
- activesupport (= 7.1.3.4 )
64
+ activemodel (7.2.0 )
65
+ activesupport (= 7.2.0 )
71
66
activemodel-serializers-xml (1.0.2 )
72
67
activemodel (> 5.x )
73
68
activesupport (> 5.x )
74
69
builder (~> 3.1 )
75
- activerecord (7.1.3.4 )
76
- activemodel (= 7.1.3.4 )
77
- activesupport (= 7.1.3.4 )
70
+ activerecord (7.2.0 )
71
+ activemodel (= 7.2.0 )
72
+ activesupport (= 7.2.0 )
78
73
timeout (>= 0.4.0 )
79
- activestorage (7.1.3.4 )
80
- actionpack (= 7.1.3.4 )
81
- activejob (= 7.1.3.4 )
82
- activerecord (= 7.1.3.4 )
83
- activesupport (= 7.1.3.4 )
74
+ activestorage (7.2.0 )
75
+ actionpack (= 7.2.0 )
76
+ activejob (= 7.2.0 )
77
+ activerecord (= 7.2.0 )
78
+ activesupport (= 7.2.0 )
84
79
marcel (~> 1.0 )
85
- activesupport (7.1.3.4 )
80
+ activesupport (7.2.0 )
86
81
base64
87
82
bigdecimal
88
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
83
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
89
84
connection_pool (>= 2.2.5 )
90
85
drb
91
86
i18n (>= 1.6 , < 2 )
87
+ logger (>= 1.4.2 )
92
88
minitest (>= 5.1 )
93
- mutex_m
94
- tzinfo (~> 2.0 )
89
+ securerandom ( >= 0.3 )
90
+ tzinfo (~> 2.0 , >= 2.0.5 )
95
91
addressable (2.8.7 )
96
92
public_suffix (>= 2.0.2 , < 7.0 )
97
93
arbre (2.0.0 )
255
251
mini_mime (1.1.5 )
256
252
minitest (5.24.1 )
257
253
multi_test (1.1.0 )
258
- mutex_m (0.2.0 )
259
254
net-imap (0.4.14 )
260
255
date
261
256
net-protocol
@@ -295,20 +290,20 @@ GEM
295
290
rackup (2.1.0 )
296
291
rack (>= 3 )
297
292
webrick (~> 1.8 )
298
- rails (7.1.3.4 )
299
- actioncable (= 7.1.3.4 )
300
- actionmailbox (= 7.1.3.4 )
301
- actionmailer (= 7.1.3.4 )
302
- actionpack (= 7.1.3.4 )
303
- actiontext (= 7.1.3.4 )
304
- actionview (= 7.1.3.4 )
305
- activejob (= 7.1.3.4 )
306
- activemodel (= 7.1.3.4 )
307
- activerecord (= 7.1.3.4 )
308
- activestorage (= 7.1.3.4 )
309
- activesupport (= 7.1.3.4 )
293
+ rails (7.2.0 )
294
+ actioncable (= 7.2.0 )
295
+ actionmailbox (= 7.2.0 )
296
+ actionmailer (= 7.2.0 )
297
+ actionpack (= 7.2.0 )
298
+ actiontext (= 7.2.0 )
299
+ actionview (= 7.2.0 )
300
+ activejob (= 7.2.0 )
301
+ activemodel (= 7.2.0 )
302
+ activerecord (= 7.2.0 )
303
+ activestorage (= 7.2.0 )
304
+ activesupport (= 7.2.0 )
310
305
bundler (>= 1.15.0 )
311
- railties (= 7.1.3.4 )
306
+ railties (= 7.2.0 )
312
307
rails-dom-testing (2.2.0 )
313
308
activesupport (>= 5.0.0 )
314
309
minitest
@@ -319,10 +314,10 @@ GEM
319
314
rails-i18n (7.0.9 )
320
315
i18n (>= 0.7 , < 2 )
321
316
railties (>= 6.0.0 , < 8 )
322
- railties (7.1.3.4 )
323
- actionpack (= 7.1.3.4 )
324
- activesupport (= 7.1.3.4 )
325
- irb
317
+ railties (7.2.0 )
318
+ actionpack (= 7.2.0 )
319
+ activesupport (= 7.2.0 )
320
+ irb ( ~> 1.13 )
326
321
rackup (>= 1.0.0 )
327
322
rake (>= 12.2 )
328
323
thor (~> 1.0 , >= 1.2.2 )
391
386
rubocop (~> 1.61 )
392
387
ruby-progressbar (1.13.0 )
393
388
ruby2_keywords (0.0.5 )
389
+ securerandom (0.3.1 )
394
390
simplecov (0.22.0 )
395
391
docile (~> 1.1 )
396
392
simplecov-html (~> 0.11 )
@@ -407,10 +403,10 @@ GEM
407
403
actionpack (>= 6.1 )
408
404
activesupport (>= 6.1 )
409
405
sprockets (>= 3.0.0 )
410
- sqlite3 (1.7 .3-aarch64-linux )
411
- sqlite3 (1.7 .3-arm64-darwin )
412
- sqlite3 (1.7 .3-x86_64-darwin )
413
- sqlite3 (1.7 .3-x86_64-linux )
406
+ sqlite3 (2.0 .3-aarch64-linux-gnu )
407
+ sqlite3 (2.0 .3-arm64-darwin )
408
+ sqlite3 (2.0 .3-x86_64-darwin )
409
+ sqlite3 (2.0 .3-x86_64-linux-gnu )
414
410
stringio (3.1.1 )
415
411
strscan (3.1.0 )
416
412
sys-uname (1.3.0 )
422
418
tzinfo (2.0.6 )
423
419
concurrent-ruby (~> 1.0 )
424
420
unicode-display_width (2.5.0 )
421
+ useragent (0.16.10 )
425
422
warden (1.2.9 )
426
423
rack (>= 2.0.9 )
427
424
webrick (1.8.1 )
@@ -458,10 +455,10 @@ DEPENDENCIES
458
455
launchy
459
456
parallel_tests
460
457
pundit
461
- rails (~> 7.1 .0 )
458
+ rails (~> 7.2 .0 )
462
459
rails-i18n
463
460
rake
464
- ransack (>= 4.1 .0 )
461
+ ransack (>= 4.2 .0 )
465
462
rspec-rails
466
463
rubocop
467
464
rubocop-capybara
@@ -472,7 +469,7 @@ DEPENDENCIES
472
469
simplecov
473
470
simplecov-cobertura
474
471
sprockets-rails
475
- sqlite3 ( ~> 1.7 )
472
+ sqlite3
476
473
webrick
477
474
yard
478
475
0 commit comments