Skip to content

Commit 40cdc2f

Browse files
Update dependency rails to "~> 7.2.0"
1 parent 9652bf7 commit 40cdc2f

File tree

2 files changed

+120
-95
lines changed

2 files changed

+120
-95
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99
ruby file: ".ruby-version"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
12-
gem "rails", "~> 7.0.8"
12+
gem "rails", "~> 7.2.0"
1313

1414
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1515
# gem "sprockets-rails"

Gemfile.lock

Lines changed: 119 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -18,51 +18,50 @@ GEM
1818
specs:
1919
action-cable-testing (0.6.1)
2020
actioncable (>= 5.0)
21-
actioncable (7.0.8.7)
22-
actionpack (= 7.0.8.7)
23-
activesupport (= 7.0.8.7)
21+
actioncable (7.2.2.1)
22+
actionpack (= 7.2.2.1)
23+
activesupport (= 7.2.2.1)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
26-
actionmailbox (7.0.8.7)
27-
actionpack (= 7.0.8.7)
28-
activejob (= 7.0.8.7)
29-
activerecord (= 7.0.8.7)
30-
activestorage (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
mail (>= 2.7.1)
33-
net-imap
34-
net-pop
35-
net-smtp
36-
actionmailer (7.0.8.7)
37-
actionpack (= 7.0.8.7)
38-
actionview (= 7.0.8.7)
39-
activejob (= 7.0.8.7)
40-
activesupport (= 7.0.8.7)
41-
mail (~> 2.5, >= 2.5.4)
42-
net-imap
43-
net-pop
44-
net-smtp
45-
rails-dom-testing (~> 2.0)
46-
actionpack (7.0.8.7)
47-
actionview (= 7.0.8.7)
48-
activesupport (= 7.0.8.7)
49-
rack (~> 2.0, >= 2.2.4)
26+
zeitwerk (~> 2.6)
27+
actionmailbox (7.2.2.1)
28+
actionpack (= 7.2.2.1)
29+
activejob (= 7.2.2.1)
30+
activerecord (= 7.2.2.1)
31+
activestorage (= 7.2.2.1)
32+
activesupport (= 7.2.2.1)
33+
mail (>= 2.8.0)
34+
actionmailer (7.2.2.1)
35+
actionpack (= 7.2.2.1)
36+
actionview (= 7.2.2.1)
37+
activejob (= 7.2.2.1)
38+
activesupport (= 7.2.2.1)
39+
mail (>= 2.8.0)
40+
rails-dom-testing (~> 2.2)
41+
actionpack (7.2.2.1)
42+
actionview (= 7.2.2.1)
43+
activesupport (= 7.2.2.1)
44+
nokogiri (>= 1.8.5)
45+
racc
46+
rack (>= 2.2.4, < 3.2)
47+
rack-session (>= 1.0.1)
5048
rack-test (>= 0.6.3)
51-
rails-dom-testing (~> 2.0)
52-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
53-
actiontext (7.0.8.7)
54-
actionpack (= 7.0.8.7)
55-
activerecord (= 7.0.8.7)
56-
activestorage (= 7.0.8.7)
57-
activesupport (= 7.0.8.7)
49+
rails-dom-testing (~> 2.2)
50+
rails-html-sanitizer (~> 1.6)
51+
useragent (~> 0.16)
52+
actiontext (7.2.2.1)
53+
actionpack (= 7.2.2.1)
54+
activerecord (= 7.2.2.1)
55+
activestorage (= 7.2.2.1)
56+
activesupport (= 7.2.2.1)
5857
globalid (>= 0.6.0)
5958
nokogiri (>= 1.8.5)
60-
actionview (7.0.8.7)
61-
activesupport (= 7.0.8.7)
59+
actionview (7.2.2.1)
60+
activesupport (= 7.2.2.1)
6261
builder (~> 3.1)
63-
erubi (~> 1.4)
64-
rails-dom-testing (~> 2.0)
65-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
62+
erubi (~> 1.11)
63+
rails-dom-testing (~> 2.2)
64+
rails-html-sanitizer (~> 1.6)
6665
active_model_serializers (0.10.15)
6766
actionpack (>= 4.1)
6867
activemodel (>= 4.1)
@@ -74,26 +73,33 @@ GEM
7473
activestorage (>= 6.1.4)
7574
activesupport (>= 6.1.4)
7675
marcel (>= 1.0.3)
77-
activejob (7.0.8.7)
78-
activesupport (= 7.0.8.7)
76+
activejob (7.2.2.1)
77+
activesupport (= 7.2.2.1)
7978
globalid (>= 0.3.6)
80-
activemodel (7.0.8.7)
81-
activesupport (= 7.0.8.7)
82-
activerecord (7.0.8.7)
83-
activemodel (= 7.0.8.7)
84-
activesupport (= 7.0.8.7)
85-
activestorage (7.0.8.7)
86-
actionpack (= 7.0.8.7)
87-
activejob (= 7.0.8.7)
88-
activerecord (= 7.0.8.7)
89-
activesupport (= 7.0.8.7)
79+
activemodel (7.2.2.1)
80+
activesupport (= 7.2.2.1)
81+
activerecord (7.2.2.1)
82+
activemodel (= 7.2.2.1)
83+
activesupport (= 7.2.2.1)
84+
timeout (>= 0.4.0)
85+
activestorage (7.2.2.1)
86+
actionpack (= 7.2.2.1)
87+
activejob (= 7.2.2.1)
88+
activerecord (= 7.2.2.1)
89+
activesupport (= 7.2.2.1)
9090
marcel (~> 1.0)
91-
mini_mime (>= 1.1.0)
92-
activesupport (7.0.8.7)
93-
concurrent-ruby (~> 1.0, >= 1.0.2)
91+
activesupport (7.2.2.1)
92+
base64
93+
benchmark (>= 0.3)
94+
bigdecimal
95+
concurrent-ruby (~> 1.0, >= 1.3.1)
96+
connection_pool (>= 2.2.5)
97+
drb
9498
i18n (>= 1.6, < 2)
99+
logger (>= 1.4.2)
95100
minitest (>= 5.1)
96-
tzinfo (~> 2.0)
101+
securerandom (>= 0.3)
102+
tzinfo (~> 2.0, >= 2.0.5)
97103
addressable (2.8.7)
98104
public_suffix (>= 2.0.2, < 7.0)
99105
adobe-campaign (0.4.4)
@@ -128,6 +134,7 @@ GEM
128134
aws-sigv4 (1.12.1)
129135
aws-eventstream (~> 1, >= 1.0.2)
130136
base64 (0.3.0)
137+
benchmark (0.4.1)
131138
bigdecimal (3.1.9)
132139
bindata (2.5.0)
133140
bindex (0.8.1)
@@ -174,6 +181,7 @@ GEM
174181
dotenv-rails (3.1.8)
175182
dotenv (= 3.1.8)
176183
railties (>= 6.1)
184+
drb (2.2.3)
177185
equivalent-xml (0.6.0)
178186
nokogiri (>= 1.4.3)
179187
erb (5.0.1)
@@ -318,14 +326,14 @@ GEM
318326
nenv (0.3.0)
319327
net-http (0.6.0)
320328
uri
321-
net-imap (0.4.20)
329+
net-imap (0.5.9)
322330
date
323331
net-protocol
324332
net-pop (0.1.2)
325333
net-protocol
326334
net-protocol (0.2.2)
327335
timeout
328-
net-smtp (0.5.0)
336+
net-smtp (0.5.1)
329337
net-protocol
330338
netrc (0.11.0)
331339
nio4r (2.7.4)
@@ -391,36 +399,42 @@ GEM
391399
rack-protection (3.2.0)
392400
base64 (>= 0.1.0)
393401
rack (~> 2.2, >= 2.2.4)
402+
rack-session (1.0.2)
403+
rack (< 3)
394404
rack-test (2.2.0)
395405
rack (>= 1.3)
396-
rails (7.0.8.7)
397-
actioncable (= 7.0.8.7)
398-
actionmailbox (= 7.0.8.7)
399-
actionmailer (= 7.0.8.7)
400-
actionpack (= 7.0.8.7)
401-
actiontext (= 7.0.8.7)
402-
actionview (= 7.0.8.7)
403-
activejob (= 7.0.8.7)
404-
activemodel (= 7.0.8.7)
405-
activerecord (= 7.0.8.7)
406-
activestorage (= 7.0.8.7)
407-
activesupport (= 7.0.8.7)
406+
rackup (1.0.1)
407+
rack (< 3)
408+
webrick
409+
rails (7.2.2.1)
410+
actioncable (= 7.2.2.1)
411+
actionmailbox (= 7.2.2.1)
412+
actionmailer (= 7.2.2.1)
413+
actionpack (= 7.2.2.1)
414+
actiontext (= 7.2.2.1)
415+
actionview (= 7.2.2.1)
416+
activejob (= 7.2.2.1)
417+
activemodel (= 7.2.2.1)
418+
activerecord (= 7.2.2.1)
419+
activestorage (= 7.2.2.1)
420+
activesupport (= 7.2.2.1)
408421
bundler (>= 1.15.0)
409-
railties (= 7.0.8.7)
422+
railties (= 7.2.2.1)
410423
rails-dom-testing (2.3.0)
411424
activesupport (>= 5.0.0)
412425
minitest
413426
nokogiri (>= 1.6)
414427
rails-html-sanitizer (1.6.2)
415428
loofah (~> 2.21)
416429
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)
417-
railties (7.0.8.7)
418-
actionpack (= 7.0.8.7)
419-
activesupport (= 7.0.8.7)
420-
method_source
430+
railties (7.2.2.1)
431+
actionpack (= 7.2.2.1)
432+
activesupport (= 7.2.2.1)
433+
irb (~> 1.13)
434+
rackup (>= 1.0.0)
421435
rake (>= 12.2)
422-
thor (~> 1.0)
423-
zeitwerk (~> 2.5)
436+
thor (~> 1.0, >= 1.2.2)
437+
zeitwerk (~> 2.6)
424438
rainbow (3.1.1)
425439
rake (13.3.0)
426440
rb-fsevent (0.11.2)
@@ -496,6 +510,7 @@ GEM
496510
ruby-progressbar (1.13.0)
497511
ruby2_keywords (0.0.5)
498512
rubyzip (2.4.1)
513+
securerandom (0.4.1)
499514
shellany (0.0.1)
500515
sidekiq (6.5.12)
501516
connection_pool (>= 2.2.5, < 3)
@@ -566,6 +581,7 @@ GEM
566581
unicode-emoji (~> 4.0, >= 4.0.4)
567582
unicode-emoji (4.0.4)
568583
uri (0.13.2)
584+
useragent (0.16.11)
569585
validate_email (0.1.6)
570586
activemodel (>= 3.0)
571587
mail (>= 2.2.5)
@@ -588,7 +604,9 @@ GEM
588604
addressable (>= 2.8.0)
589605
crack (>= 0.3.2)
590606
hashdiff (>= 0.4.0, < 2.0.0)
591-
websocket-driver (0.7.6)
607+
webrick (1.9.1)
608+
websocket-driver (0.8.0)
609+
base64
592610
websocket-extensions (>= 0.1.0)
593611
websocket-extensions (0.1.5)
594612
zeitwerk (2.7.3)
@@ -632,7 +650,7 @@ DEPENDENCIES
632650
puma (~> 5.0)
633651
rack-cors
634652
raddocs!
635-
rails (~> 7.0.8)
653+
rails (~> 7.2.0)
636654
redis (< 5)
637655
rest-client (~> 2.1.0)
638656
rollbar
@@ -654,19 +672,19 @@ DEPENDENCIES
654672

655673
CHECKSUMS
656674
action-cable-testing (0.6.1) sha256=2be297ea547b2d033507f0f8d18f382362ea2c1cc1505ef4cea6565440f2445a
657-
actioncable (7.0.8.7) sha256=4034513841df2fd09dbbf38f37c1a00fc6c841122a8714e5d6916b8d6ce2f162
658-
actionmailbox (7.0.8.7) sha256=940eeaa3d8e85dcd9fc6069e39571e13c5a4bdb0db52c7ab96d14da81d6ac1c2
659-
actionmailer (7.0.8.7) sha256=8be8f9a2f8774af89822bc92e1ab6df10b3a2be59c75486a34e86a1f10d88d14
660-
actionpack (7.0.8.7) sha256=40e6b1d687904a4fd2285d1fa3aad3d9a9d9ba8fd8858dd0faa9f4673c3f5e2c
661-
actiontext (7.0.8.7) sha256=cb75d2db97d5b2c8caccdc0f643541df36c2c53f076a2d49b226f971d8d528a0
662-
actionview (7.0.8.7) sha256=be975bc9c61903fe5da80a97c345271159033bcbba63988c7f27b6b8b98f7fed
675+
actioncable (7.2.2.1) sha256=5b3b885075a80767d63cbf2b586cbf82466a241675b7985233f957abb01bffb4
676+
actionmailbox (7.2.2.1) sha256=896a47c2520f4507c75dde67c6ea1f5eec3a041fe7bfbf3568c4e0149a080e25
677+
actionmailer (7.2.2.1) sha256=b02ae523c32c8ad762d4db941e76f3c108c106030132247ee7a7b8c86bc7b21f
678+
actionpack (7.2.2.1) sha256=17b2160a7bcbd5a569d06b1ae54a4bb5ccc7ba0815d73ff5768100a79dc1f734
679+
actiontext (7.2.2.1) sha256=f369cee41a6674b697bf9257d917a3dce575a2c89935af437b432d6737a3f0d6
680+
actionview (7.2.2.1) sha256=69fc880cf3d8b1baf21b048cf7bb68f1eef08760ff8104d7d60a6a1be8b359a5
663681
active_model_serializers (0.10.15) sha256=08275b2083ab4e8304279d838b99af546878e0d879a8154f731b0d16cb8b0c4c
664682
active_storage_validations (3.0.0) sha256=2da474b37496f46328642cef2c4bd0828c9c9710f44a003e2aafa8d0ae8ff2f1
665-
activejob (7.0.8.7) sha256=eff4db3aeaee34863a47570089d11d5577ed0ea42b1475dc9be6a413be182a20
666-
activemodel (7.0.8.7) sha256=f13b04bb055c1e85b965ce40b0a2e671b8d97835083597bc7fbc04cde0f40a83
667-
activerecord (7.0.8.7) sha256=f94fc8510e58a18e462c5ee8862c9be75e2bfad0688e8d022b86a6e05df2a45a
668-
activestorage (7.0.8.7) sha256=ca411e73733a50983f44b0945bfd0612313beb3a8f914cd3a88e4fcd99399ef5
669-
activesupport (7.0.8.7) sha256=df4702375de924aae81709c831605317c5417f0bd9e502a0373ff84a067204ff
683+
activejob (7.2.2.1) sha256=f2f95a8573b394aa4f7c24843f0c4a6065c073a5c64d6f15ecd98d98c2c23e5b
684+
activemodel (7.2.2.1) sha256=8398861f9ee2c4671a8357ab39e9b38a045fd656f6685a3dd5890c2419dbfdaf
685+
activerecord (7.2.2.1) sha256=79a31f71c32d5138717c2104e0ff105f5d82922247c85bdca144f2720e67fab9
686+
activestorage (7.2.2.1) sha256=b4ec35ff94d4d6656ee6952ce439c3f80e249552d49fd2d3996ee53880c5525f
687+
activesupport (7.2.2.1) sha256=842bcbf8a92977f80fb4750661a237cf5dd4fdd442066b3c35e88afb488647f5
670688
addressable (2.8.7) sha256=462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
671689
adobe-campaign (0.4.4) sha256=621c51db7655c22fa9a16d792a5d9d8d077fe4cb0073e2fef6e107e4712a0909
672690
aes_key_wrap (1.1.0) sha256=b935f4756b37375895db45669e79dfcdc0f7901e12d4e08974d5540c8e0776a5
@@ -681,6 +699,7 @@ CHECKSUMS
681699
aws-sdk-s3 (1.192.0) sha256=0cd451b4119c9228cc97f6fb9a1e99cf77b827f3a15cf3ada760be12b3a620d0
682700
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
683701
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
702+
benchmark (0.4.1) sha256=d4ef40037bba27f03b28013e219b950b82bace296549ec15a78016552f8d2cce
684703
bigdecimal (3.1.9) sha256=2ffc742031521ad69c2dfc815a98e426a230a3d22aeac1995826a75dabfad8cc
685704
bindata (2.5.0) sha256=29dccb8ba1cc9de148f24bb88930840c62db56715f0f80eccadd624d9f3d2623
686705
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
@@ -708,6 +727,7 @@ CHECKSUMS
708727
domain_name (0.5.20190701) sha256=000a600454cb4a344769b2f10b531765ea7bd3a304fe47ed12e5ca1eab969851
709728
dotenv (3.1.8) sha256=9e1176060ced581f8e6ce4384e91361817763a76e3c625c8bddc18b35bd392c3
710729
dotenv-rails (3.1.8) sha256=46c9d1226a8b58a83b5f61325aa8cffd25cea1c0fafdfbbbee1e5dfea77980c4
730+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
711731
equivalent-xml (0.6.0) sha256=8919761efa848ad0846369ff8be1f646b17e5061698c4867b09829000cc3f487
712732
erb (5.0.1) sha256=760439803b36cc93eca8a266aab614614e588024a89bc30a62e78d98ff452c23
713733
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
@@ -771,10 +791,10 @@ CHECKSUMS
771791
mustermann (3.0.3) sha256=d1f8e9ba2ddaed47150ddf81f6a7ea046826b64c672fbc92d83bce6b70657e88
772792
nenv (0.3.0) sha256=d9de6d8fb7072228463bf61843159419c969edb34b3cef51832b516ae7972765
773793
net-http (0.6.0) sha256=9621b20c137898af9d890556848c93603716cab516dc2c89b01a38b894e259fb
774-
net-imap (0.4.20) sha256=ccbfbf8e71fbda48a69daf2e3308f3c878b342b13a404c7f909f4ffa09489e22
794+
net-imap (0.5.9) sha256=d95905321e1bd9f294ffc7ff8697be218eee1ec96c8504c0960964d0a0be33fc
775795
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
776796
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
777-
net-smtp (0.5.0) sha256=5fc0415e6ea1cc0b3dfea7270438ec22b278ca8d524986a3ae4e5ae8d087b42a
797+
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
778798
netrc (0.11.0) sha256=de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f
779799
nio4r (2.7.4) sha256=d95dee68e0bb251b8ff90ac3423a511e3b784124e5db7ff5f4813a220ae73ca9
780800
nokogiri (1.18.8) sha256=8c7464875d9ca7f71080c24c0db7bcaa3940e8be3c6fc4bcebccf8b9a0016365
@@ -801,12 +821,14 @@ CHECKSUMS
801821
rack-cors (2.0.2) sha256=415d4e1599891760c5dc9ef0349c7fecdf94f7c6a03e75b2e7c2b54b82adda1b
802822
rack-oauth2 (2.2.1) sha256=c73aa87c508043e2258f02b4fb110cacba9b37d2ccf884e22487d014a120d1a5
803823
rack-protection (3.2.0) sha256=3c74ba7fc59066453d61af9bcba5b6fe7a9b3dab6f445418d3b391d5ea8efbff
824+
rack-session (1.0.2) sha256=a02115e5420b4de036839b9811e3f7967d73446a554b42aa45106af335851d76
804825
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
826+
rackup (1.0.1) sha256=ba86604a28989fe1043bff20d819b360944ca08156406812dca6742b24b3c249
805827
raddocs (2.3.1)
806-
rails (7.0.8.7) sha256=5e67ed4dd915746349bfb8c7ae2f531d3a36eb68fbe2f60ede02a0500715cded
828+
rails (7.2.2.1) sha256=aedb1604b40f4e43b5e8066e5a1aa34dae02c33aa9669b21fd4497d0f8c9bb40
807829
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
808830
rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
809-
railties (7.0.8.7) sha256=1ab985280b02bc4b176d36e1011148db600b763c646e3de88c02a665d864505f
831+
railties (7.2.2.1) sha256=e3f11bf116dd6d0d874522843ccc70ec0f89fbfed3e9c2ee48a4778cd042fe1f
810832
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
811833
rake (13.3.0) sha256=96f5092d786ff412c62fde76f793cc0541bd84d2eb579caa529aa8a059934493
812834
rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
@@ -835,6 +857,7 @@ CHECKSUMS
835857
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
836858
ruby2_keywords (0.0.5) sha256=ffd13740c573b7301cf7a2e61fc857b2a8e3d3aff32545d6f8300d8bae10e3ef
837859
rubyzip (2.4.1) sha256=8577c88edc1fde8935eb91064c5cb1aef9ad5494b940cf19c775ee833e075615
860+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
838861
shellany (0.0.1) sha256=0e127a9132698766d7e752e82cdac8250b6adbd09e6c0a7fbbb6f61964fedee7
839862
sidekiq (6.5.12) sha256=b4f93b2204c42220d0b526a7b8e0c49b5f9da82c1ce1a05d2baf1e8f744c197f
840863
sidekiq-failures (1.0.4) sha256=a2322ebd998d3a17fb5fe680347c0909e53426ed259b126116ac51adaa435fa1
@@ -866,13 +889,15 @@ CHECKSUMS
866889
unicode-display_width (3.1.4) sha256=8caf2af1c0f2f07ec89ef9e18c7d88c2790e217c482bfc78aaa65eadd5415ac1
867890
unicode-emoji (4.0.4) sha256=2c2c4ef7f353e5809497126285a50b23056cc6e61b64433764a35eff6c36532a
868891
uri (0.13.2) sha256=a557196e652011bcff0b36d29f9e427fefcf60cc35c0ab8cce08768a6287e457
892+
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
869893
validate_email (0.1.6) sha256=9dfe9016d527b17a8d3a6e95e4dc50a125400eef899d13d4cc2a254393f82ee4
870894
validate_url (1.0.15) sha256=72fe164c0713d63a9970bd6700bea948babbfbdcec392f2342b6704042f57451
871895
validates_email_format_of (1.8.2) sha256=e2dfcf3e933547d06c41dacf066c7b07614819439c8780c3a2521ce047052577
872896
web-console (4.2.1) sha256=e7bcf37a10ea2b4ec4281649d1cee461b32232d0a447e82c786e6841fd22fe20
873897
webfinger (2.1.3) sha256=567a52bde77fb38ca6b67e55db755f988766ec4651c1d24916a65aa70540695c
874898
webmock (3.25.1) sha256=ab9d5d9353bcbe6322c83e1c60a7103988efc7b67cd72ffb9012629c3d396323
875-
websocket-driver (0.7.6) sha256=f69400be7bc197879726ad8e6f5869a61823147372fd8928836a53c2c741d0db
899+
webrick (1.9.1) sha256=b42d3c94f166f3fb73d87e9b359def9b5836c426fc8beacf38f2184a21b2a989
900+
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
876901
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
877902
zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85
878903

0 commit comments

Comments
 (0)