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.rc1 )
18
+ actionpack (= 7.2.0.rc1 )
19
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
24
+ actionpack (= 7.2.0.rc1 )
25
+ activejob (= 7.2.0.rc1 )
26
+ activerecord (= 7.2.0.rc1 )
27
+ activestorage (= 7.2.0.rc1 )
28
+ activesupport (= 7.2.0.rc1 )
29
+ mail (>= 2.8.0 )
30
+ actionmailer (7.2.0.rc1 )
31
+ actionpack (= 7.2.0.rc1 )
32
+ actionview (= 7.2.0.rc1 )
33
+ activejob (= 7.2.0.rc1 )
34
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
38
+ actionview (= 7.2.0.rc1 )
39
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
49
+ actionpack (= 7.2.0.rc1 )
50
+ activerecord (= 7.2.0.rc1 )
51
+ activestorage (= 7.2.0.rc1 )
52
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
56
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
62
+ activesupport (= 7.2.0.rc1 )
68
63
globalid (>= 0.3.6 )
69
- activemodel (7.1.3.4 )
70
- activesupport (= 7.1.3.4 )
64
+ activemodel (7.2.0.rc1 )
65
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
71
+ activemodel (= 7.2.0.rc1 )
72
+ activesupport (= 7.2.0.rc1 )
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.rc1 )
75
+ actionpack (= 7.2.0.rc1 )
76
+ activejob (= 7.2.0.rc1 )
77
+ activerecord (= 7.2.0.rc1 )
78
+ activesupport (= 7.2.0.rc1 )
84
79
marcel (~> 1.0 )
85
- activesupport (7.1.3.4 )
80
+ activesupport (7.2.0.rc1 )
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 )
112
108
rack-test (>= 0.6.3 )
113
109
regexp_parser (>= 1.5 , < 3.0 )
114
110
xpath (~> 3.2 )
115
- childprocess (5.0.0 )
111
+ childprocess (5.1.0 )
112
+ logger (~> 1.5 )
116
113
concurrent-ruby (1.3.3 )
117
114
connection_pool (2.4.1 )
118
115
crass (1.0.6 )
140
137
bigdecimal
141
138
cucumber-gherkin (27.0.0 )
142
139
cucumber-messages (>= 19.1.4 , < 23 )
143
- cucumber-html-formatter (21.4.1 )
140
+ cucumber-html-formatter (21.6.0 )
144
141
cucumber-messages (> 19 , < 25 )
145
142
cucumber-messages (22.0.0 )
146
143
cucumber-rails (3.0.0 )
240
237
launchy (3.0.1 )
241
238
addressable (~> 2.8 )
242
239
childprocess (~> 5.0 )
240
+ logger (1.6.0 )
243
241
loofah (2.22.0 )
244
242
crass (~> 1.0.2 )
245
243
nokogiri (>= 1.12.0 )
253
251
mini_mime (1.1.5 )
254
252
minitest (5.24.1 )
255
253
multi_test (1.1.0 )
256
- mutex_m (0.2.0 )
257
254
net-imap (0.4.14 )
258
255
date
259
256
net-protocol
@@ -273,10 +270,10 @@ GEM
273
270
nokogiri (1.16.7-x86_64-linux )
274
271
racc (~> 1.4 )
275
272
orm_adapter (0.5.0 )
276
- parallel (1.25 .1 )
273
+ parallel (1.26 .1 )
277
274
parallel_tests (4.7.1 )
278
275
parallel
279
- parser (3.3.4.0 )
276
+ parser (3.3.4.2 )
280
277
ast (~> 2.4.1 )
281
278
racc
282
279
psych (5.1.2 )
@@ -293,20 +290,20 @@ GEM
293
290
rackup (2.1.0 )
294
291
rack (>= 3 )
295
292
webrick (~> 1.8 )
296
- rails (7.1.3.4 )
297
- actioncable (= 7.1.3.4 )
298
- actionmailbox (= 7.1.3.4 )
299
- actionmailer (= 7.1.3.4 )
300
- actionpack (= 7.1.3.4 )
301
- actiontext (= 7.1.3.4 )
302
- actionview (= 7.1.3.4 )
303
- activejob (= 7.1.3.4 )
304
- activemodel (= 7.1.3.4 )
305
- activerecord (= 7.1.3.4 )
306
- activestorage (= 7.1.3.4 )
307
- activesupport (= 7.1.3.4 )
293
+ rails (7.2.0.rc1 )
294
+ actioncable (= 7.2.0.rc1 )
295
+ actionmailbox (= 7.2.0.rc1 )
296
+ actionmailer (= 7.2.0.rc1 )
297
+ actionpack (= 7.2.0.rc1 )
298
+ actiontext (= 7.2.0.rc1 )
299
+ actionview (= 7.2.0.rc1 )
300
+ activejob (= 7.2.0.rc1 )
301
+ activemodel (= 7.2.0.rc1 )
302
+ activerecord (= 7.2.0.rc1 )
303
+ activestorage (= 7.2.0.rc1 )
304
+ activesupport (= 7.2.0.rc1 )
308
305
bundler (>= 1.15.0 )
309
- railties (= 7.1.3.4 )
306
+ railties (= 7.2.0.rc1 )
310
307
rails-dom-testing (2.2.0 )
311
308
activesupport (>= 5.0.0 )
312
309
minitest
@@ -317,10 +314,10 @@ GEM
317
314
rails-i18n (7.0.9 )
318
315
i18n (>= 0.7 , < 2 )
319
316
railties (>= 6.0.0 , < 8 )
320
- railties (7.1.3.4 )
321
- actionpack (= 7.1.3.4 )
322
- activesupport (= 7.1.3.4 )
323
- irb
317
+ railties (7.2.0.rc1 )
318
+ actionpack (= 7.2.0.rc1 )
319
+ activesupport (= 7.2.0.rc1 )
320
+ irb ( ~> 1.13 )
324
321
rackup (>= 1.0.0 )
325
322
rake (>= 12.2 )
326
323
thor (~> 1.0 , >= 1.2.2 )
371
368
rubocop-ast (>= 1.31.1 , < 2.0 )
372
369
ruby-progressbar (~> 1.7 )
373
370
unicode-display_width (>= 2.4.0 , < 3.0 )
374
- rubocop-ast (1.31.3 )
371
+ rubocop-ast (1.32.0 )
375
372
parser (>= 3.3.1.0 )
376
373
rubocop-capybara (2.21.0 )
377
374
rubocop (~> 1.41 )
@@ -385,10 +382,11 @@ GEM
385
382
rack (>= 1.1 )
386
383
rubocop (>= 1.33.0 , < 2.0 )
387
384
rubocop-ast (>= 1.31.1 , < 2.0 )
388
- rubocop-rspec (3.0.3 )
385
+ rubocop-rspec (3.0.4 )
389
386
rubocop (~> 1.61 )
390
387
ruby-progressbar (1.13.0 )
391
388
ruby2_keywords (0.0.5 )
389
+ securerandom (0.3.1 )
392
390
simplecov (0.22.0 )
393
391
docile (~> 1.1 )
394
392
simplecov-html (~> 0.11 )
@@ -405,10 +403,10 @@ GEM
405
403
actionpack (>= 6.1 )
406
404
activesupport (>= 6.1 )
407
405
sprockets (>= 3.0.0 )
408
- sqlite3 (1.7 .3-aarch64-linux )
409
- sqlite3 (1.7 .3-arm64-darwin )
410
- sqlite3 (1.7 .3-x86_64-darwin )
411
- 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 )
412
410
stringio (3.1.1 )
413
411
strscan (3.1.0 )
414
412
sys-uname (1.3.0 )
420
418
tzinfo (2.0.6 )
421
419
concurrent-ruby (~> 1.0 )
422
420
unicode-display_width (2.5.0 )
421
+ useragent (0.16.10 )
423
422
warden (1.2.9 )
424
423
rack (>= 2.0.9 )
425
424
webrick (1.8.1 )
@@ -456,10 +455,10 @@ DEPENDENCIES
456
455
launchy
457
456
parallel_tests
458
457
pundit
459
- rails (~> 7.1.0 )
458
+ rails (~> 7.2.0.rc1 )
460
459
rails-i18n
461
460
rake
462
- ransack (>= 4.1 .0 )
461
+ ransack (>= 4.2 .0 )
463
462
rspec-rails
464
463
rubocop
465
464
rubocop-capybara
@@ -470,9 +469,9 @@ DEPENDENCIES
470
469
simplecov
471
470
simplecov-cobertura
472
471
sprockets-rails
473
- sqlite3 ( ~> 1.7 )
472
+ sqlite3
474
473
webrick
475
474
yard
476
475
477
476
BUNDLED WITH
478
- 2.5.15
477
+ 2.5.17
0 commit comments