1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (7.1.5.1 )
5
- actionpack (= 7.1.5.1 )
6
- activesupport (= 7.1.5.1 )
4
+ actioncable (7.2.2.2 )
5
+ actionpack (= 7.2.2.2 )
6
+ activesupport (= 7.2.2.2 )
7
7
nio4r (~> 2.0 )
8
8
websocket-driver (>= 0.6.1 )
9
9
zeitwerk (~> 2.6 )
10
- actionmailbox (7.1.5.1 )
11
- actionpack (= 7.1.5.1 )
12
- activejob (= 7.1.5.1 )
13
- activerecord (= 7.1.5.1 )
14
- activestorage (= 7.1.5.1 )
15
- activesupport (= 7.1.5.1 )
16
- mail (>= 2.7.1 )
17
- net-imap
18
- net-pop
19
- net-smtp
20
- actionmailer (7.1.5.1 )
21
- actionpack (= 7.1.5.1 )
22
- actionview (= 7.1.5.1 )
23
- activejob (= 7.1.5.1 )
24
- activesupport (= 7.1.5.1 )
25
- mail (~> 2.5 , >= 2.5.4 )
26
- net-imap
27
- net-pop
28
- net-smtp
10
+ actionmailbox (7.2.2.2 )
11
+ actionpack (= 7.2.2.2 )
12
+ activejob (= 7.2.2.2 )
13
+ activerecord (= 7.2.2.2 )
14
+ activestorage (= 7.2.2.2 )
15
+ activesupport (= 7.2.2.2 )
16
+ mail (>= 2.8.0 )
17
+ actionmailer (7.2.2.2 )
18
+ actionpack (= 7.2.2.2 )
19
+ actionview (= 7.2.2.2 )
20
+ activejob (= 7.2.2.2 )
21
+ activesupport (= 7.2.2.2 )
22
+ mail (>= 2.8.0 )
29
23
rails-dom-testing (~> 2.2 )
30
- actionpack (7.1.5.1 )
31
- actionview (= 7.1.5.1 )
32
- activesupport (= 7.1.5.1 )
24
+ actionpack (7.2.2.2 )
25
+ actionview (= 7.2.2.2 )
26
+ activesupport (= 7.2.2.2 )
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.5.1 )
41
- actionpack (= 7.1.5.1 )
42
- activerecord (= 7.1.5.1 )
43
- activestorage (= 7.1.5.1 )
44
- activesupport (= 7.1.5.1 )
34
+ useragent (~> 0.16 )
35
+ actiontext (7.2.2.2 )
36
+ actionpack (= 7.2.2.2 )
37
+ activerecord (= 7.2.2.2 )
38
+ activestorage (= 7.2.2.2 )
39
+ activesupport (= 7.2.2.2 )
45
40
globalid (>= 0.6.0 )
46
41
nokogiri (>= 1.8.5 )
47
- actionview (7.1.5.1 )
48
- activesupport (= 7.1.5.1 )
42
+ actionview (7.2.2.2 )
43
+ activesupport (= 7.2.2.2 )
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.5.1 )
54
- activesupport (= 7.1.5.1 )
48
+ activejob (7.2.2.2 )
49
+ activesupport (= 7.2.2.2 )
55
50
globalid (>= 0.3.6 )
56
- activemodel (7.1.5.1 )
57
- activesupport (= 7.1.5.1 )
58
- activerecord (7.1.5.1 )
59
- activemodel (= 7.1.5.1 )
60
- activesupport (= 7.1.5.1 )
51
+ activemodel (7.2.2.2 )
52
+ activesupport (= 7.2.2.2 )
53
+ activerecord (7.2.2.2 )
54
+ activemodel (= 7.2.2.2 )
55
+ activesupport (= 7.2.2.2 )
61
56
timeout (>= 0.4.0 )
62
- activestorage (7.1.5.1 )
63
- actionpack (= 7.1.5.1 )
64
- activejob (= 7.1.5.1 )
65
- activerecord (= 7.1.5.1 )
66
- activesupport (= 7.1.5.1 )
57
+ activestorage (7.2.2.2 )
58
+ actionpack (= 7.2.2.2 )
59
+ activejob (= 7.2.2.2 )
60
+ activerecord (= 7.2.2.2 )
61
+ activesupport (= 7.2.2.2 )
67
62
marcel (~> 1.0 )
68
63
activestorage-validator (0.4.0 )
69
64
rails (>= 6.1.0 )
70
- activesupport (7.1.5.1 )
65
+ activesupport (7.2.2.2 )
71
66
base64
72
67
benchmark (>= 0.3 )
73
68
bigdecimal
74
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
69
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
75
70
connection_pool (>= 2.2.5 )
76
71
drb
77
72
i18n (>= 1.6 , < 2 )
78
73
logger (>= 1.4.2 )
79
74
minitest (>= 5.1 )
80
- mutex_m
81
75
securerandom (>= 0.3 )
82
- tzinfo (~> 2.0 )
76
+ tzinfo (~> 2.0 , >= 2.0.5 )
83
77
addressable (2.8.5 )
84
78
public_suffix (>= 2.0.2 , < 6.0 )
85
79
administrate (0.20.1 )
133
127
thread_safe (~> 0.3 , >= 0.3.1 )
134
128
backport (1.2.0 )
135
129
base64 (0.2.0 )
136
- benchmark (0.4.0 )
130
+ benchmark (0.4.1 )
137
131
better_errors (2.10.1 )
138
132
erubi (>= 1.0.0 )
139
133
rack (>= 0.9.0 )
145
139
erubi (~> 1.4 )
146
140
parser (>= 2.4 )
147
141
smart_properties
148
- bigdecimal (3.1.9 )
142
+ bigdecimal (3.2.2 )
149
143
bindex (0.8.1 )
150
144
binding_of_caller (1.0.0 )
151
145
debug_inspector (>= 0.0.1 )
202
196
dotenv-rails (3.1.4 )
203
197
dotenv (= 3.1.4 )
204
198
railties (>= 6.1 )
205
- drb (2.2.1 )
199
+ drb (2.2.3 )
206
200
dry-configurable (1.2.0 )
207
201
dry-core (~> 1.0 , < 2 )
208
202
zeitwerk (~> 2.6 )
236
230
enumerize (2.7.0 )
237
231
activesupport (>= 3.2 )
238
232
equalizer (0.0.11 )
233
+ erb (5.0.2 )
239
234
erb_lint (0.5.0 )
240
235
activesupport
241
236
better_html (>= 2.0.1 )
322
317
concurrent-ruby (~> 1.0 )
323
318
ice_nine (0.11.2 )
324
319
interception (0.5 )
325
- io-console (0.8.0 )
326
- irb (1.15.1 )
320
+ io-console (0.8.1 )
321
+ irb (1.15.2 )
327
322
pp (>= 0.6.0 )
328
323
rdoc (>= 4.0.0 )
329
324
reline (>= 0.4.2 )
@@ -356,13 +351,13 @@ GEM
356
351
listen (3.8.0 )
357
352
rb-fsevent (~> 0.10 , >= 0.10.3 )
358
353
rb-inotify (~> 0.9 , >= 0.9.10 )
359
- logger (1.6.6 )
354
+ logger (1.7.0 )
360
355
lograge (0.13.0 )
361
356
actionpack (>= 4 )
362
357
activesupport (>= 4 )
363
358
railties (>= 4 )
364
359
request_store (~> 1.0 )
365
- loofah (2.24.0 )
360
+ loofah (2.24.1 )
366
361
crass (~> 1.0.2 )
367
362
nokogiri (>= 1.12.0 )
368
363
lumberjack (1.2.9 )
388
383
msgpack (1.8.0 )
389
384
multi_json (1.15.0 )
390
385
multi_xml (0.6.0 )
391
- mutex_m (0.3.0 )
392
386
nenv (0.3.0 )
393
387
net-http (0.6.0 )
394
388
uri
@@ -456,51 +450,52 @@ GEM
456
450
pry-rescue (1.6.0 )
457
451
interception (>= 0.5 )
458
452
pry (>= 0.12.0 )
459
- psych (5.2.3 )
453
+ psych (5.2.6 )
460
454
date
461
455
stringio
462
456
public_suffix (5.0.3 )
463
457
puma (6.5.0 )
464
458
nio4r (~> 2.0 )
465
459
racc (1.8.1 )
466
- rack (2.2.14 )
460
+ rack (3.1.16 )
467
461
rack-attack (6.7.0 )
468
462
rack (>= 1.0 , < 4 )
469
463
rack-cors (2.0.2 )
470
464
rack (>= 2.0.0 )
471
465
rack-mini-profiler (3.1.1 )
472
466
rack (>= 1.2.0 )
473
- rack-protection (3.2.0 )
467
+ rack-protection (4.1.1 )
474
468
base64 (>= 0.1.0 )
475
- rack (~> 2.2 , >= 2.2.4 )
469
+ logger (>= 1.6.0 )
470
+ rack (>= 3.0.0 , < 4 )
476
471
rack-proxy (0.7.7 )
477
472
rack
478
- rack-session (1.0.2 )
479
- rack (< 3 )
473
+ rack-session (2.1.1 )
474
+ base64 (>= 0.1.0 )
475
+ rack (>= 3.0.0 )
480
476
rack-test (2.2.0 )
481
477
rack (>= 1.3 )
482
- rackup (1.0.1 )
483
- rack (< 3 )
484
- webrick
485
- rails (7.1.5.1 )
486
- actioncable (= 7.1.5.1 )
487
- actionmailbox (= 7.1.5.1 )
488
- actionmailer (= 7.1.5.1 )
489
- actionpack (= 7.1.5.1 )
490
- actiontext (= 7.1.5.1 )
491
- actionview (= 7.1.5.1 )
492
- activejob (= 7.1.5.1 )
493
- activemodel (= 7.1.5.1 )
494
- activerecord (= 7.1.5.1 )
495
- activestorage (= 7.1.5.1 )
496
- activesupport (= 7.1.5.1 )
478
+ rackup (2.2.1 )
479
+ rack (>= 3 )
480
+ rails (7.2.2.2 )
481
+ actioncable (= 7.2.2.2 )
482
+ actionmailbox (= 7.2.2.2 )
483
+ actionmailer (= 7.2.2.2 )
484
+ actionpack (= 7.2.2.2 )
485
+ actiontext (= 7.2.2.2 )
486
+ actionview (= 7.2.2.2 )
487
+ activejob (= 7.2.2.2 )
488
+ activemodel (= 7.2.2.2 )
489
+ activerecord (= 7.2.2.2 )
490
+ activestorage (= 7.2.2.2 )
491
+ activesupport (= 7.2.2.2 )
497
492
bundler (>= 1.15.0 )
498
- railties (= 7.1.5.1 )
493
+ railties (= 7.2.2.2 )
499
494
rails-controller-testing (1.0.5 )
500
495
actionpack (>= 5.0.1.rc1 )
501
496
actionview (>= 5.0.1.rc1 )
502
497
activesupport (>= 5.0.1.rc1 )
503
- rails-dom-testing (2.2 .0 )
498
+ rails-dom-testing (2.3 .0 )
504
499
activesupport (>= 5.0.0 )
505
500
minitest
506
501
nokogiri (>= 1.6 )
@@ -515,21 +510,22 @@ GEM
515
510
rails-html-sanitizer (1.6.2 )
516
511
loofah (~> 2.21 )
517
512
nokogiri (>= 1.15.7 , != 1.16.7 , != 1.16.6 , != 1.16.5 , != 1.16.4 , != 1.16.3 , != 1.16.2 , != 1.16.1 , != 1.16.0.rc1 , != 1.16.0 )
518
- railties (7.1.5.1 )
519
- actionpack (= 7.1.5.1 )
520
- activesupport (= 7.1.5.1 )
521
- irb
513
+ railties (7.2.2.2 )
514
+ actionpack (= 7.2.2.2 )
515
+ activesupport (= 7.2.2.2 )
516
+ irb ( ~> 1.13 )
522
517
rackup (>= 1.0.0 )
523
518
rake (>= 12.2 )
524
519
thor (~> 1.0 , >= 1.2.2 )
525
520
zeitwerk (~> 2.6 )
526
521
rainbow (3.1.1 )
527
- rake (13.2.1 )
522
+ rake (13.3.0 )
528
523
rb-fsevent (0.11.2 )
529
524
rb-inotify (0.10.1 )
530
525
ffi (~> 1.0 )
531
526
rbs (2.8.4 )
532
- rdoc (6.12.0 )
527
+ rdoc (6.14.2 )
528
+ erb
533
529
psych (>= 4.0.0 )
534
530
redis-client (0.24.0 )
535
531
connection_pool
539
535
rainbow (>= 2.0 , < 4.0 )
540
536
rexml (~> 3.1 )
541
537
regexp_parser (2.9.0 )
542
- reline (0.6.0 )
538
+ reline (0.6.2 )
543
539
io-console (~> 0.5 )
544
540
request_store (1.7.0 )
545
541
rack (>= 1.4 )
698
694
lint_roller (~> 1.0 )
699
695
rubocop-rails (~> 2.20.2 )
700
696
statesman (10.0.0 )
701
- stringio (3.1.5 )
697
+ stringio (3.1.7 )
702
698
terser (1.2.5 )
703
699
execjs (>= 0.3.0 , < 3 )
704
700
thor (1.4.0 )
720
716
unicode-display_width (2.5.0 )
721
717
uniform_notifier (1.16.0 )
722
718
uri (1.0.3 )
719
+ useragent (0.16.11 )
723
720
version_gem (1.1.3 )
724
721
view_component (3.11.0 )
725
722
activesupport (>= 5.2.0 , < 8.0 )
744
741
rack-proxy (>= 0.6.1 )
745
742
railties (>= 5.2 )
746
743
semantic_range (>= 2.3.0 )
747
- webrick (1.9.1 )
748
744
websocket (1.2.11 )
749
- websocket-driver (0.7.7 )
745
+ websocket-driver (0.8.0 )
750
746
base64
751
747
websocket-extensions (>= 0.1.0 )
752
748
websocket-extensions (0.1.5 )
755
751
xpath (3.2.0 )
756
752
nokogiri (~> 1.8 )
757
753
yard (0.9.36 )
758
- zeitwerk (2.7.2 )
754
+ zeitwerk (2.7.3 )
759
755
760
756
PLATFORMS
761
757
ruby
@@ -825,7 +821,7 @@ DEPENDENCIES
825
821
rack-attack
826
822
rack-cors
827
823
rack-mini-profiler
828
- rails (~> 7.1.0 )
824
+ rails (~> 7.2.2 )
829
825
rails-controller-testing
830
826
rails-erd
831
827
rails-healthcheck
0 commit comments