1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (7.0.8 )
5
- actionpack (= 7.0.8 )
6
- activesupport (= 7.0.8 )
4
+ actioncable (7.1.1 )
5
+ actionpack (= 7.1.1 )
6
+ activesupport (= 7.1.1 )
7
7
nio4r (~> 2.0 )
8
8
websocket-driver (>= 0.6.1 )
9
- actionmailbox (7.0.8 )
10
- actionpack (= 7.0.8 )
11
- activejob (= 7.0.8 )
12
- activerecord (= 7.0.8 )
13
- activestorage (= 7.0.8 )
14
- activesupport (= 7.0.8 )
9
+ zeitwerk (~> 2.6 )
10
+ actionmailbox (7.1.1 )
11
+ actionpack (= 7.1.1 )
12
+ activejob (= 7.1.1 )
13
+ activerecord (= 7.1.1 )
14
+ activestorage (= 7.1.1 )
15
+ activesupport (= 7.1.1 )
15
16
mail (>= 2.7.1 )
16
17
net-imap
17
18
net-pop
18
19
net-smtp
19
- actionmailer (7.0.8 )
20
- actionpack (= 7.0.8 )
21
- actionview (= 7.0.8 )
22
- activejob (= 7.0.8 )
23
- activesupport (= 7.0.8 )
20
+ actionmailer (7.1.1 )
21
+ actionpack (= 7.1.1 )
22
+ actionview (= 7.1.1 )
23
+ activejob (= 7.1.1 )
24
+ activesupport (= 7.1.1 )
24
25
mail (~> 2.5 , >= 2.5.4 )
25
26
net-imap
26
27
net-pop
27
28
net-smtp
28
- rails-dom-testing (~> 2.0 )
29
- actionpack (7.0.8 )
30
- actionview (= 7.0.8 )
31
- activesupport (= 7.0.8 )
32
- rack (~> 2.0 , >= 2.2.4 )
29
+ rails-dom-testing (~> 2.2 )
30
+ actionpack (7.1.1 )
31
+ actionview (= 7.1.1 )
32
+ activesupport (= 7.1.1 )
33
+ nokogiri (>= 1.8.5 )
34
+ rack (>= 2.2.4 )
35
+ rack-session (>= 1.0.1 )
33
36
rack-test (>= 0.6.3 )
34
- rails-dom-testing (~> 2.0 )
35
- rails-html-sanitizer (~> 1.0 , >= 1.2.0 )
36
- actiontext (7.0.8 )
37
- actionpack (= 7.0.8 )
38
- activerecord (= 7.0.8 )
39
- activestorage (= 7.0.8 )
40
- activesupport (= 7.0.8 )
37
+ rails-dom-testing (~> 2.2 )
38
+ rails-html-sanitizer (~> 1.6 )
39
+ actiontext (7.1.1 )
40
+ actionpack (= 7.1.1 )
41
+ activerecord (= 7.1.1 )
42
+ activestorage (= 7.1.1 )
43
+ activesupport (= 7.1.1 )
41
44
globalid (>= 0.6.0 )
42
45
nokogiri (>= 1.8.5 )
43
- actionview (7.0.8 )
44
- activesupport (= 7.0.8 )
46
+ actionview (7.1.1 )
47
+ activesupport (= 7.1.1 )
45
48
builder (~> 3.1 )
46
- erubi (~> 1.4 )
47
- rails-dom-testing (~> 2.0 )
48
- rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
49
- activejob (7.0.8 )
50
- activesupport (= 7.0.8 )
49
+ erubi (~> 1.11 )
50
+ rails-dom-testing (~> 2.2 )
51
+ rails-html-sanitizer (~> 1.6 )
52
+ activejob (7.1.1 )
53
+ activesupport (= 7.1.1 )
51
54
globalid (>= 0.3.6 )
52
- activemodel (7.0.8 )
53
- activesupport (= 7.0.8 )
54
- activerecord (7.0.8 )
55
- activemodel (= 7.0.8 )
56
- activesupport (= 7.0.8 )
57
- activestorage (7.0.8 )
58
- actionpack (= 7.0.8 )
59
- activejob (= 7.0.8 )
60
- activerecord (= 7.0.8 )
61
- activesupport (= 7.0.8 )
55
+ activemodel (7.1.1 )
56
+ activesupport (= 7.1.1 )
57
+ activerecord (7.1.1 )
58
+ activemodel (= 7.1.1 )
59
+ activesupport (= 7.1.1 )
60
+ timeout (>= 0.4.0 )
61
+ activestorage (7.1.1 )
62
+ actionpack (= 7.1.1 )
63
+ activejob (= 7.1.1 )
64
+ activerecord (= 7.1.1 )
65
+ activesupport (= 7.1.1 )
62
66
marcel (~> 1.0 )
63
- mini_mime (>= 1.1.0 )
64
- activesupport (7.0.8 )
67
+ activesupport (7.1.1 )
68
+ base64
69
+ bigdecimal
65
70
concurrent-ruby (~> 1.0 , >= 1.0.2 )
71
+ connection_pool (>= 2.2.5 )
72
+ drb
66
73
i18n (>= 1.6 , < 2 )
67
74
minitest (>= 5.1 )
75
+ mutex_m
68
76
tzinfo (~> 2.0 )
69
77
addressable (2.8.5 )
70
78
public_suffix (>= 2.0.2 , < 6.0 )
71
79
ast (2.4.2 )
80
+ base64 (0.1.1 )
81
+ bigdecimal (3.1.4 )
72
82
brakeman (6.0.1 )
73
83
builder (3.2.4 )
74
84
byebug (11.1.3 )
79
89
rspec (>= 2.14 , < 4 )
80
90
coderay (1.1.3 )
81
91
concurrent-ruby (1.2.2 )
92
+ connection_pool (2.4.1 )
82
93
crack (0.4.5 )
83
94
rexml
84
95
crass (1.0.6 )
87
98
docile (1.4.0 )
88
99
domain_name (0.5.20190701 )
89
100
unf (>= 0.0.5 , < 1.0.0 )
101
+ drb (2.1.1 )
102
+ ruby2_keywords
90
103
erubi (1.12.0 )
91
104
faraday (2.7.10 )
92
105
faraday-net_http (>= 2.0 , < 3.1 )
158
171
domain_name (~> 0.5 )
159
172
i18n (1.14.1 )
160
173
concurrent-ruby (~> 1.0 )
174
+ io-console (0.6.0 )
175
+ irb (1.8.2 )
176
+ rdoc
177
+ reline (>= 0.3.8 )
161
178
json (2.6.3 )
162
179
json-schema (4.1.1 )
163
180
addressable (>= 2.8 )
189
206
mini_portile2 (2.8.4 )
190
207
minitest (5.20.0 )
191
208
multi_xml (0.6.0 )
209
+ mutex_m (0.1.2 )
192
210
net-imap (0.4.1 )
193
211
date
194
212
net-protocol
431
449
pry-byebug (3.10.1 )
432
450
byebug (~> 11.0 )
433
451
pry (>= 0.13 , < 0.15 )
452
+ psych (5.1.1 )
453
+ stringio
434
454
public_suffix (5.0.3 )
435
455
puma (6.4.0 )
436
456
nio4r (~> 2.0 )
@@ -440,42 +460,52 @@ GEM
440
460
rack (~> 2.2 , >= 2.2.4 )
441
461
rack-proxy (0.7.7 )
442
462
rack
463
+ rack-session (1.0.1 )
464
+ rack (< 3 )
443
465
rack-test (2.1.0 )
444
466
rack (>= 1.3 )
445
- rails (7.0.8 )
446
- actioncable (= 7.0.8 )
447
- actionmailbox (= 7.0.8 )
448
- actionmailer (= 7.0.8 )
449
- actionpack (= 7.0.8 )
450
- actiontext (= 7.0.8 )
451
- actionview (= 7.0.8 )
452
- activejob (= 7.0.8 )
453
- activemodel (= 7.0.8 )
454
- activerecord (= 7.0.8 )
455
- activestorage (= 7.0.8 )
456
- activesupport (= 7.0.8 )
467
+ rackup (1.0.0 )
468
+ rack (< 3 )
469
+ webrick
470
+ rails (7.1.1 )
471
+ actioncable (= 7.1.1 )
472
+ actionmailbox (= 7.1.1 )
473
+ actionmailer (= 7.1.1 )
474
+ actionpack (= 7.1.1 )
475
+ actiontext (= 7.1.1 )
476
+ actionview (= 7.1.1 )
477
+ activejob (= 7.1.1 )
478
+ activemodel (= 7.1.1 )
479
+ activerecord (= 7.1.1 )
480
+ activestorage (= 7.1.1 )
481
+ activesupport (= 7.1.1 )
457
482
bundler (>= 1.15.0 )
458
- railties (= 7.0.8 )
483
+ railties (= 7.1.1 )
459
484
rails-dom-testing (2.2.0 )
460
485
activesupport (>= 5.0.0 )
461
486
minitest
462
487
nokogiri (>= 1.6 )
463
488
rails-html-sanitizer (1.6.0 )
464
489
loofah (~> 2.21 )
465
490
nokogiri (~> 1.14 )
466
- railties (7.0.8 )
467
- actionpack (= 7.0.8 )
468
- activesupport (= 7.0.8 )
469
- method_source
491
+ railties (7.1.1 )
492
+ actionpack (= 7.1.1 )
493
+ activesupport (= 7.1.1 )
494
+ irb
495
+ rackup (>= 1.0.0 )
470
496
rake (>= 12.2 )
471
- thor (~> 1.0 )
472
- zeitwerk (~> 2.5 )
497
+ thor (~> 1.0 , >= 1.2.2 )
498
+ zeitwerk (~> 2.6 )
473
499
rainbow (3.1.1 )
474
500
rake (13.0.6 )
475
501
rb-fsevent (0.11.2 )
476
502
rb-inotify (0.10.1 )
477
503
ffi (~> 1.0 )
504
+ rdoc (6.5.0 )
505
+ psych (>= 4.0.0 )
478
506
regexp_parser (2.8.1 )
507
+ reline (0.3.9 )
508
+ io-console (~> 0.5 )
479
509
request_store (1.5.1 )
480
510
rack (>= 1.4 )
481
511
responders (3.1.1 )
570
600
concurrent-ruby (~> 1.0 )
571
601
rack (>= 2.2.4 , < 4 )
572
602
statsd-ruby (1.5.0 )
603
+ stringio (3.0.8 )
573
604
thor (1.2.2 )
574
605
timeout (0.4.0 )
575
606
tzinfo (2.0.6 )
@@ -612,7 +643,7 @@ DEPENDENCIES
612
643
listen
613
644
plek
614
645
pry-byebug
615
- rails (= 7.0.8 )
646
+ rails (= 7.1.1 )
616
647
responders
617
648
rspec-collection_matchers
618
649
rspec-rails
0 commit comments