15
15
GEM
16
16
remote: https://rubygems.org/
17
17
specs:
18
- actioncable (7.1.3.4 )
19
- actionpack (= 7.1.3.4 )
20
- activesupport (= 7.1.3.4 )
18
+ actioncable (7.2.0 )
19
+ actionpack (= 7.2.0 )
20
+ activesupport (= 7.2.0 )
21
21
nio4r (~> 2.0 )
22
22
websocket-driver (>= 0.6.1 )
23
23
zeitwerk (~> 2.6 )
24
- actionmailbox (7.1.3.4 )
25
- actionpack (= 7.1.3.4 )
26
- activejob (= 7.1.3.4 )
27
- activerecord (= 7.1.3.4 )
28
- activestorage (= 7.1.3.4 )
29
- activesupport (= 7.1.3.4 )
30
- mail (>= 2.7.1 )
31
- net-imap
32
- net-pop
33
- net-smtp
34
- actionmailer (7.1.3.4 )
35
- actionpack (= 7.1.3.4 )
36
- actionview (= 7.1.3.4 )
37
- activejob (= 7.1.3.4 )
38
- activesupport (= 7.1.3.4 )
39
- mail (~> 2.5 , >= 2.5.4 )
40
- net-imap
41
- net-pop
42
- net-smtp
24
+ actionmailbox (7.2.0 )
25
+ actionpack (= 7.2.0 )
26
+ activejob (= 7.2.0 )
27
+ activerecord (= 7.2.0 )
28
+ activestorage (= 7.2.0 )
29
+ activesupport (= 7.2.0 )
30
+ mail (>= 2.8.0 )
31
+ actionmailer (7.2.0 )
32
+ actionpack (= 7.2.0 )
33
+ actionview (= 7.2.0 )
34
+ activejob (= 7.2.0 )
35
+ activesupport (= 7.2.0 )
36
+ mail (>= 2.8.0 )
43
37
rails-dom-testing (~> 2.2 )
44
- actionpack (7.1.3.4 )
45
- actionview (= 7.1.3.4 )
46
- activesupport (= 7.1.3.4 )
38
+ actionpack (7.2.0 )
39
+ actionview (= 7.2.0 )
40
+ activesupport (= 7.2.0 )
47
41
nokogiri (>= 1.8.5 )
48
42
racc
49
- rack (>= 2.2.4 )
43
+ rack (>= 2.2.4 , < 3.2 )
50
44
rack-session (>= 1.0.1 )
51
45
rack-test (>= 0.6.3 )
52
46
rails-dom-testing (~> 2.2 )
53
47
rails-html-sanitizer (~> 1.6 )
54
- actiontext (7.1.3.4 )
55
- actionpack (= 7.1.3.4 )
56
- activerecord (= 7.1.3.4 )
57
- activestorage (= 7.1.3.4 )
58
- activesupport (= 7.1.3.4 )
48
+ useragent (~> 0.16 )
49
+ actiontext (7.2.0 )
50
+ actionpack (= 7.2.0 )
51
+ activerecord (= 7.2.0 )
52
+ activestorage (= 7.2.0 )
53
+ activesupport (= 7.2.0 )
59
54
globalid (>= 0.6.0 )
60
55
nokogiri (>= 1.8.5 )
61
- actionview (7.1.3.4 )
62
- activesupport (= 7.1.3.4 )
56
+ actionview (7.2.0 )
57
+ activesupport (= 7.2.0 )
63
58
builder (~> 3.1 )
64
59
erubi (~> 1.11 )
65
60
rails-dom-testing (~> 2.2 )
66
61
rails-html-sanitizer (~> 1.6 )
67
- activejob (7.1.3.4 )
68
- activesupport (= 7.1.3.4 )
62
+ activejob (7.2.0 )
63
+ activesupport (= 7.2.0 )
69
64
globalid (>= 0.3.6 )
70
- activemodel (7.1.3.4 )
71
- activesupport (= 7.1.3.4 )
65
+ activemodel (7.2.0 )
66
+ activesupport (= 7.2.0 )
72
67
activemodel-serializers-xml (1.0.2 )
73
68
activemodel (> 5.x )
74
69
activesupport (> 5.x )
75
70
builder (~> 3.1 )
76
- activerecord (7.1.3.4 )
77
- activemodel (= 7.1.3.4 )
78
- activesupport (= 7.1.3.4 )
71
+ activerecord (7.2.0 )
72
+ activemodel (= 7.2.0 )
73
+ activesupport (= 7.2.0 )
79
74
timeout (>= 0.4.0 )
80
- activestorage (7.1.3.4 )
81
- actionpack (= 7.1.3.4 )
82
- activejob (= 7.1.3.4 )
83
- activerecord (= 7.1.3.4 )
84
- activesupport (= 7.1.3.4 )
75
+ activestorage (7.2.0 )
76
+ actionpack (= 7.2.0 )
77
+ activejob (= 7.2.0 )
78
+ activerecord (= 7.2.0 )
79
+ activesupport (= 7.2.0 )
85
80
marcel (~> 1.0 )
86
- activesupport (7.1.3.4 )
81
+ activesupport (7.2.0 )
87
82
base64
88
83
bigdecimal
89
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
84
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
90
85
connection_pool (>= 2.2.5 )
91
86
drb
92
87
i18n (>= 1.6 , < 2 )
88
+ logger (>= 1.4.2 )
93
89
minitest (>= 5.1 )
94
- mutex_m
95
- tzinfo (~> 2.0 )
90
+ securerandom ( >= 0.3 )
91
+ tzinfo (~> 2.0 , >= 2.0.5 )
96
92
addressable (2.8.7 )
97
93
public_suffix (>= 2.0.2 , < 7.0 )
98
94
arbre (1.7.0 )
261
257
mini_portile2 (2.8.7 )
262
258
minitest (5.24.1 )
263
259
multi_test (1.1.0 )
264
- mutex_m (0.2.0 )
265
260
net-http (0.4.1 )
266
261
uri
267
262
net-imap (0.4.14 )
@@ -306,20 +301,20 @@ GEM
306
301
rackup (2.1.0 )
307
302
rack (>= 3 )
308
303
webrick (~> 1.8 )
309
- rails (7.1.3.4 )
310
- actioncable (= 7.1.3.4 )
311
- actionmailbox (= 7.1.3.4 )
312
- actionmailer (= 7.1.3.4 )
313
- actionpack (= 7.1.3.4 )
314
- actiontext (= 7.1.3.4 )
315
- actionview (= 7.1.3.4 )
316
- activejob (= 7.1.3.4 )
317
- activemodel (= 7.1.3.4 )
318
- activerecord (= 7.1.3.4 )
319
- activestorage (= 7.1.3.4 )
320
- activesupport (= 7.1.3.4 )
304
+ rails (7.2.0 <
10000
/span>)
305
+ actioncable (= 7.2.0 )
306
+ actionmailbox (= 7.2.0 )
307
+ actionmailer (= 7.2.0 )
308
+ actionpack (= 7.2.0 )
309
+ actiontext (= 7.2.0 )
310
+ actionview (= 7.2.0 )
311
+ activejob (= 7.2.0 )
312
+ activemodel (= 7.2.0 )
313
+ activerecord (= 7.2.0 )
314
+ activestorage (= 7.2.0 )
315
+ activesupport (= 7.2.0 )
321
316
bundler (>= 1.15.0 )
322
- railties (= 7.1.3.4 )
317
+ railties (= 7.2.0 )
323
318
rails-dom-testing (2.2.0 )
324
319
activesupport (>= 5.0.0 )
325
320
minitest
@@ -330,10 +325,10 @@ GEM
330
325
rails-i18n (7.0.9 )
331
326
i18n (>= 0.7 , < 2 )
332
327
railties (>= 6.0.0 , < 8 )
333
- railties (7.1.3.4 )
334
- actionpack (= 7.1.3.4 )
335
- activesupport (= 7.1.3.4 )
336
- irb
328
+ railties (7.2.0 )
329
+ actionpack (= 7.2.0 )
330
+ activesupport (= 7.2.0 )
331
+ irb ( ~> 1.13 )
337
332
rackup (>= 1.0.0 )
338
333
rake (>= 12.2 )
339
334
thor (~> 1.0 , >= 1.2.2 )
408
403
sawyer (0.9.2 )
409
404
addressable (>= 2.3.5 )
410
405
faraday (>= 0.17.3 , < 3 )
406
+ securerandom (0.3.1 )
411
407
simplecov (0.22.0 )
412
408
docile (~> 1.1 )
413
409
simplecov-html (~> 0.11 )
441
437
concurrent-ruby (~> 1.0 )
442
438
unicode-display_width (2.5.0 )
443
439
uri (0.13.0 )
440
+ useragent (0.16.10 )
444
441
warden (1.2.9 )
445
442
rack (>= 2.0.9 )
446
443
webrick (1.8.1 )
@@ -476,10 +473,10 @@ DEPENDENCIES
476
473
octokit
477
474
parallel_tests
478
475
pundit
479
- rails (~> 7.1 .0 )
476
+ rails (~> 7.2 .0 )
480
477
rails-i18n
481
478
rake
482
- ransack (>= 4.1 .0 )
479
+ ransack (>= 4.2 .0 )
483
480
rspec-rails
484
481
rubocop
485
482
rubocop-packaging
@@ -489,7 +486,7 @@ DEPENDENCIES
489
486
simplecov
490
487
simplecov-cobertura
491
488
sprockets-rails
492
- sqlite3 ( ~> 1.7 )
489
+ sqlite3
493
490
webrick
494
491
yard
495
492
0 commit comments