1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (7.1.3.4 )
5
- actionpack (= 7.1.3.4 )
6
- activesupport (= 7.1.3.4 )
4
+ actioncable (7.2.1 )
5
+ actionpack (= 7.2.1 )
6
+ activesupport (= 7.2.1 )
7
7
nio4r (~> 2.0 )
8
8
websocket-driver (>= 0.6.1 )
9
9
zeitwerk (~> 2.6 )
10
- actionmailbox (7.1.3.4 )
11
- actionpack (= 7.1.3.4 )
12
- activejob (= 7.1.3.4 )
13
- activerecord (= 7.1.3.4 )
14
- activestorage (= 7.1.3.4 )
15
- activesupport (= 7.1.3.4 )
16
- mail (>= 2.7.1 )
17
- net-imap
18
- net-pop
19
- net-smtp
20
- actionmailer (7.1.3.4 )
21
- actionpack (= 7.1.3.4 )
22
- actionview (= 7.1.3.4 )
23
- activejob (= 7.1.3.4 )
24
- activesupport (= 7.1.3.4 )
25
- mail (~> 2.5 , >= 2.5.4 )
26
- net-imap
27
- net-pop
28
- net-smtp
10
+ actionmailbox (7.2.1 )
11
+ actionpack (= 7.2.1 )
12
+ activejob (= 7.2.1 )
13
+ activerecord (= 7.2.1 )
14
+ activestorage (= 7.2.1 )
15
+ activesupport (= 7.2.1 )
16
+ mail (>= 2.8.0 )
17
+ actionmailer (7.2.1 )
18
+ actionpack (= 7.2.1 )
19
+ actionview (= 7.2.1 )
20
+ activejob (= 7.2.1 )
21
+ activesupport (= 7.2.1 )
22
+ mail (>= 2.8.0 )
29
23
rails-dom-testing (~> 2.2 )
30
- actionpack (7.1.3.4 )
31
- actionview (= 7.1.3.4 )
32
- activesupport (= 7.1.3.4 )
24
+ actionpack (7.2.1 )
25
+ actionview (= 7.2.1 )
26
+ activesupport (= 7.2.1 )
33
27
nokogiri (>= 1.8.5 )
34
28
racc
35
- rack (>= 2.2.4 )
29
+ rack (>= 2.2.4 , < 3.2 )
36
30
rack-session (>= 1.0.1 )
37
31
rack-test (>= 0.6.3 )
38
32
rails-dom-testing (~> 2.2 )
39
33
rails-html-sanitizer (~> 1.6 )
40
- actiontext (7.1.3.4 )
41
- actionpack (= 7.1.3.4 )
42
- activerecord (= 7.1.3.4 )
43
- activestorage (= 7.1.3.4 )
44
- activesupport (= 7.1.3.4 )
34
+ useragent (~> 0.16 )
35
+ actiontext (7.2.1 )
36
+ actionpack (= 7.2.1 )
37
+ activerecord (= 7.2.1 )
38
+ activestorage (= 7.2.1 )
39
+ activesupport (= 7.2.1 )
45
40
globalid (>= 0.6.0 )
46
41
nokogiri (>= 1.8.5 )
47
- actionview (7.1.3.4 )
48
- activesupport (= 7.1.3.4 )
42
+ actionview (7.2.1 )
43
+ activesupport (= 7.2.1 )
49
44
builder (~> 3.1 )
50
45
erubi (~> 1.11 )
51
46
rails-dom-testing (~> 2.2 )
52
47
rails-html-sanitizer (~> 1.6 )
53
- activejob (7.1.3.4 )
54
- activesupport (= 7.1.3.4 )
48
+ activejob (7.2.1 )
49
+ activesupport (= 7.2.1 )
55
50
globalid (>= 0.3.6 )
56
- activemodel (7.1.3.4 )
57
- activesupport (= 7.1.3.4 )
58
- activerecord (7.1.3.4 )
59
- activemodel (= 7.1.3.4 )
60
- activesupport (= 7.1.3.4 )
51
+ activemodel (7.2.1 )
52
+ activesupport (= 7.2.1 )
53
+ activerecord (7.2.1 )
54
+ activemodel (= 7.2.1 )
55
+ activesupport (= 7.2.1 )
61
56
timeout (>= 0.4.0 )
62
57
activerecord-import (1.6.0 )
63
58
activerecord (>= 4.2 )
64
- activestorage (7.1.3.4 )
65
- actionpack (= 7.1.3.4 )
66
- activejob (= 7.1.3.4 )
67
- activerecord (= 7.1.3.4 )
68
- activesupport (= 7.1.3.4 )
59
+ activestorage (7.2.1 )
60
+ actionpack (= 7.2.1 )
61
+ activejob (= 7.2.1 )
62
+ activerecord (= 7.2.1 )
63
+ activesupport (= 7.2.1 )
69
64
marcel (~> 1.0 )
70
- activesupport (7.1.3.4 )
65
+ activesupport (7.2.1 )
71
66
base64
72
67
bigdecimal
73
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
68
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
74
69
connection_pool (>= 2.2.5 )
75
70
drb
76
71
i18n (>= 1.6 , < 2 )
72
+ logger (>= 1.4.2 )
77
73
minitest (>= 5.1 )
78
- mutex_m
79
- tzinfo (~> 2.0 )
74
+ securerandom ( >= 0.3 )
75
+ tzinfo (~> 2.0 , >= 2.0.5 )
80
76
addressable (2.8.5 )
81
77
public_suffix (>= 2.0.2 , < 6.0 )
82
78
ast (2.4.2 )
105
101
crass (1.0.6 )
106
102
cssbundling-rails (1.4.0 )
107
103
railties (>= 6.0.0 )
108
- database_cleaner-active_record (2.1 .0 )
104
+ database_cleaner-active_record (2.2 .0 )
109
105
activerecord (>= 5.a )
110
106
database_cleaner-core (~> 2.0.0 )
111
107
database_cleaner-core (2.0.1 )
159
155
html-attributes-utils (~> 1 )
160
156
html-attributes-utils (1.0.2 )
161
157
activesupport (>= 6.1.4.4 )
162
- i18n (1.14.5 )
158
+ i18n (1.14.6 )
163
159
concurrent-ruby (~> 1.0 )
164
160
io-console (0.7.2 )
165
161
irb (1.14.0 )
169
165
railties (>= 6.0.0 )
170
166
json (2.7.2 )
171
167
language_server-protocol (3.17.0.3 )
168
+ logger (1.6.1 )
172
169
logstasher (2.1.5 )
173
170
activesupport (>= 5.2 )
174
171
request_store
@@ -184,16 +181,15 @@ GEM
184
181
matrix (0.4.2 )
185
182
method_source (1.1.0 )
186
183
mini_mime (1.1.5 )
187
- minitest (5.25.0 )
188
- mutex_m (0.2.0 )
189
- net-imap (0.4.10 )
184
+ minitest (5.25.1 )
185
+ net-imap (0.4.16 )
190
186
date
191
187
net-protocol
192
188
net-pop (0.1.2 )
193
189
net-protocol
194
190
net-protocol (0.2.2 )
195
191
timeout
196
- net-smtp (0.4.0.1 )
192
+ net-smtp (0.5.0 )
197
193
net-protocol
198
194
nio4r (2.7.3 )
199
195
nokogiri (1.16.7-arm64-darwin )
@@ -427,20 +423,20 @@ GEM
427
423
rackup (2.1.0 )
428
424
rack (>= 3 )
429
425
webrick (~> 1.8 )
430
- rails (7.1.3.4 )
431
- actioncable (= 7.1.3.4 )
432
- actionmailbox (= 7.1.3.4 )
433
- actionmailer (= 7.1.3.4 )
434
- actionpack (= 7.1.3.4 )
435
- actiontext (= 7.1.3.4 )
436
- actionview (= 7.1.3.4 )
437
- activejob (= 7.1.3.4 )
438
- activemodel (= 7.1.3.4 )
439
- activerecord (= 7.1.3.4 )
440
- activestorage (= 7.1.3.4 )
441
- activesupport (= 7.1.3.4 )
426
+ rails (7.2.1 )
427
+ actioncable (= 7.2.1 )
428
+ actionmailbox (= 7.2.1 )
429
+ actionmailer (= 7.2.1 )
430
+ actionpack (= 7.2.1 )
431
+ actiontext (= 7.2.1 )
432
+ actionview (= 7.2.1 )
433
+ activejob (= 7.2.1 )
434
+ activemodel (= 7.2.1 )
435
+ activerecord (= 7.2.1 )
436
+ activestorage (= 7.2.1 )
437
+ activesupport (= 7.2.1 )
442
438
bundler (>= 1.15.0 )
443
- railties (= 7.1.3.4 )
439
+ railties (= 7.2.1 )
444
440
rails-controller-testing (1.0.5 )
445
441
actionpack (>= 5.0.1.rc1 )
446
442
actionview (>= 5.0.1.rc1 )
@@ -452,10 +448,10 @@ GEM
452
448
rails-html-sanitizer (1.6.0 )
453
449
loofah (~> 2.21 )
454
450
nokogiri (~> 1.14 )
455
- railties (7.1.3.4 )
456
- actionpack (= 7.1.3.4 )
457
- activesupport (= 7.1.3.4 )
458
- irb
451
+ railties (7.2.1 )
452
+ actionpack (= 7.2.1 )
453
+ activesupport (= 7.2.1 )
454
+ irb ( ~> 1.13 )
459
455
rackup (>= 1.0.0 )
460
456
rake (>= 12.2 )
461
457
thor (~> 1.0 , >= 1.2.2 )
521
517
rubocop-rspec (3.0.1 )
522
518
rubocop (~> 1.61 )
523
519
ruby-progressbar (1.13.0 )
520
+ securerandom (0.3.1 )
524
521
sentry-rails (5.17.3 )
525
522
railties (>= 5.0 )
526
523
sentry-ruby (~> 5.17.3 )
551
548
tzinfo (2.0.6 )
552
549
concurrent-ruby (~> 1.0 )
553
550
unicode-display_width (2.5.0 )
551
+ useragent (0.16.10 )
554
552
view_component (3.11.0 )
555
553
activesupport (>= 5.2.0 , < 8.0 )
556
554
concurrent-ruby (~> 1.0 )
@@ -590,7 +588,7 @@ DEPENDENCIES
590
588
pagy
591
589
pg
592
590
puma (~> 6.4 )
593
- rails (>= 7.0.4.3 )
591
+ rails (>= 7.2 )
594
592
rails-controller-testing
595
593
rspec-rails
596
594
rubocop-govuk
@@ -603,7 +601,7 @@ DEPENDENCIES
603
601
tzinfo-data
604
602
605
603
RUBY VERSION
606
- ruby 3.3.4p94
604
+ ruby 3.3.5p100
607
605
608
606
BUNDLED WITH
609
607
2.4.19
0 commit comments