Skip to content

Commit 0347bef

Browse files
Update dependency rails to v7.2.3
1 parent 8909ed7 commit 0347bef

File tree

1 file changed

+70
-64
lines changed

1 file changed

+70
-64
lines changed

Gemfile.lock

Lines changed: 70 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -10,66 +10,68 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.2.2.2)
14-
actionpack (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
13+
actioncable (7.2.3)
14+
actionpack (= 7.2.3)
15+
activesupport (= 7.2.3)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.2.2.2)
20-
actionpack (= 7.2.2.2)
21-
activejob (= 7.2.2.2)
22-
activerecord (= 7.2.2.2)
23-
activestorage (= 7.2.2.2)
24-
activesupport (= 7.2.2.2)
19+
actionmailbox (7.2.3)
20+
actionpack (= 7.2.3)
21+
activejob (= 7.2.3)
22+
activerecord (= 7.2.3)
23+
activestorage (= 7.2.3)
24+
activesupport (= 7.2.3)
2525
mail (>= 2.8.0)
26-
actionmailer (7.2.2.2)
27-
actionpack (= 7.2.2.2)
28-
actionview (= 7.2.2.2)
29-
activejob (= 7.2.2.2)
30-
activesupport (= 7.2.2.2)
26+
actionmailer (7.2.3)
27+
actionpack (= 7.2.3)
28+
actionview (= 7.2.3)
29+
activejob (= 7.2.3)
30+
activesupport (= 7.2.3)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.2.2.2)
34-
actionview (= 7.2.2.2)
35-
activesupport (= 7.2.2.2)
33+
actionpack (7.2.3)
34+
actionview (= 7.2.3)
35+
activesupport (= 7.2.3)
36+
cgi
3637
nokogiri (>= 1.8.5)
3738
racc
38-
rack (>= 2.2.4, < 3.2)
39+
rack (>= 2.2.4, < 3.3)
3940
rack-session (>= 1.0.1)
4041
rack-test (>= 0.6.3)
4142
rails-dom-testing (~> 2.2)
4243
rails-html-sanitizer (~> 1.6)
4344
useragent (~> 0.16)
44-
actiontext (7.2.2.2)
45-
actionpack (= 7.2.2.2)
46-
activerecord (= 7.2.2.2)
47-
activestorage (= 7.2.2.2)
48-
activesupport (= 7.2.2.2)
45+
actiontext (7.2.3)
46+
actionpack (= 7.2.3)
47+
activerecord (= 7.2.3)
48+
activestorage (= 7.2.3)
49+
activesupport (= 7.2.3)
4950
globalid (>= 0.6.0)
5051
nokogiri (>= 1.8.5)
51-
actionview (7.2.2.2)
52-
activesupport (= 7.2.2.2)
52+
actionview (7.2.3)
53+
activesupport (= 7.2.3)
5354
builder (~> 3.1)
55+
cgi
5456
erubi (~> 1.11)
5557
rails-dom-testing (~> 2.2)
5658
rails-html-sanitizer (~> 1.6)
57-
activejob (7.2.2.2)
58-
activesupport (= 7.2.2.2)
59+
activejob (7.2.3)
60+
activesupport (= 7.2.3)
5961
globalid (>= 0.3.6)
60-
activemodel (7.2.2.2)
61-
activesupport (= 7.2.2.2)
62-
activerecord (7.2.2.2)
63-
activemodel (= 7.2.2.2)
64-
activesupport (= 7.2.2.2)
62+
activemodel (7.2.3)
63+
activesupport (= 7.2.3)
64+
activerecord (7.2.3)
65+
activemodel (= 7.2.3)
66+
activesupport (= 7.2.3)
6567
timeout (>= 0.4.0)
66-
activestorage (7.2.2.2)
67-
actionpack (= 7.2.2.2)
68-
activejob (= 7.2.2.2)
69-
activerecord (= 7.2.2.2)
70-
activesupport (= 7.2.2.2)
68+
activestorage (7.2.3)
69+
actionpack (= 7.2.3)
70+
activejob (= 7.2.3)
71+
activerecord (= 7.2.3)
72+
activesupport (= 7.2.3)
7173
marcel (~> 1.0)
72-
activesupport (7.2.2.2)
74+
activesupport (7.2.3)
7375
base64
7476
benchmark (>= 0.3)
7577
bigdecimal
@@ -120,6 +122,7 @@ GEM
120122
rack-test (>= 0.6.3)
121123
regexp_parser (>= 1.5, < 3.0)
122124
xpath (~> 3.2)
125+
cgi (0.5.0)
123126
climate_control (1.2.0)
124127
concurrent-ruby (1.3.5)
125128
connection_pool (2.5.4)
@@ -147,7 +150,7 @@ GEM
147150
drb (2.2.3)
148151
email_validator (2.2.4)
149152
activemodel
150-
erb (5.0.2)
153+
erb (5.0.3)
151154
erubi (1.13.1)
152155
faraday (2.12.2)
153156
faraday-net_http (>= 2.0, < 3.5)
@@ -188,7 +191,7 @@ GEM
188191
activesupport (>= 6.0.0)
189192
railties (>= 6.0.0)
190193
io-console (0.8.1)
191-
irb (1.15.2)
194+
irb (1.15.3)
192195
pp (>= 0.6.0)
193196
rdoc (>= 4.0.0)
194197
reline (>= 0.4.2)
@@ -243,7 +246,7 @@ GEM
243246
multi_json (1.15.0)
244247
net-http (0.6.0)
245248
uri
246-
net-imap (0.5.11)
249+
net-imap (0.5.12)
247250
date
248251
net-protocol
249252
net-pop (0.1.2)
@@ -252,7 +255,7 @@ GEM
252255
timeout
253256
net-smtp (0.5.1)
254257
net-protocol
255-
nio4r (2.7.4)
258+
nio4r (2.7.5)
256259
nokogiri (1.18.10-aarch64-linux-gnu)
257260
racc (~> 1.4)
258261
nokogiri (1.18.10-arm64-darwin)
@@ -295,7 +298,7 @@ GEM
295298
pg (1.6.2-arm64-darwin)
296299
pg (1.6.2-x86_64-darwin)
297300
pg (1.6.2-x86_64-linux)
298-
pp (0.6.2)
301+
pp (0.6.3)
299302
prettyprint
300303
prettyprint (0.2.0)
301304
prism (1.4.0)
@@ -306,7 +309,7 @@ GEM
306309
puma (7.0.4)
307310
nio4r (~> 2.0)
308311
racc (1.8.1)
309-
rack (3.1.16)
312+
rack (3.1.19)
310313
rack-cors (3.0.0)
311314
logger
312315
rack (>= 3.0.14)
@@ -328,42 +331,44 @@ GEM
328331
rack (>= 1.3)
329332
rackup (2.2.1)
330333
rack (>= 3)
331-
rails (7.2.2.2)
332-
actioncable (= 7.2.2.2)
333-
actionmailbox (= 7.2.2.2)
334-
actionmailer (= 7.2.2.2)
335-
actionpack (= 7.2.2.2)
336-
actiontext (= 7.2.2.2)
337-
actionview (= 7.2.2.2)
338-
activejob (= 7.2.2.2)
339-
activemodel (= 7.2.2.2)
340-
activerecord (= 7.2.2.2)
341-
activestorage (= 7.2.2.2)
342-
activesupport (= 7.2.2.2)
334+
rails (7.2.3)
335+
actioncable (= 7.2.3)
336+
actionmailbox (= 7.2.3)
337+
actionmailer (= 7.2.3)
338+
actionpack (= 7.2.3)
339+
actiontext (= 7.2.3)
340+
actionview (= 7.2.3)
341+
activejob (= 7.2.3)
342+
activemodel (= 7.2.3)
343+
activerecord (= 7.2.3)
344+
activestorage (= 7.2.3)
345+
activesupport (= 7.2.3)
343346
bundler (>= 1.15.0)
344-
railties (= 7.2.2.2)
347+
railties (= 7.2.3)
345348
rails-dom-testing (2.3.0)
346349
activesupport (>= 5.0.0)
347350
minitest
348351
nokogiri (>= 1.6)
349352
rails-html-sanitizer (1.6.2)
350353
loofah (~> 2.21)
351354
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)
352-
railties (7.2.2.2)
353-
actionpack (= 7.2.2.2)
354-
activesupport (= 7.2.2.2)
355+
railties (7.2.3)
356+
actionpack (= 7.2.3)
357+
activesupport (= 7.2.3)
358+
cgi
355359
irb (~> 1.13)
356360
rackup (>= 1.0.0)
357361
rake (>= 12.2)
358362
thor (~> 1.0, >= 1.2.2)
363+
tsort (>= 0.2)
359364
zeitwerk (~> 2.6)
360365
rainbow (3.1.1)
361-
rake (13.3.0)
366+
rake (13.3.1)
362367
rdoc (6.14.2)
363368
erb
364369
psych (>= 4.0.0)
365370
regexp_parser (2.11.3)
366-
reline (0.6.2)
371+
reline (0.6.3)
367372
io-console (~> 0.5)
368373
responders (3.1.1)
369374
actionpack (>= 5.2)
@@ -454,15 +459,16 @@ GEM
454459
stimulus-rails (1.3.4)
455460
railties (>= 6.0.0)
456461
stringex (2.8.6)
457-
stringio (3.1.7)
462+
stringio (3.1.8)
458463
swd (2.0.3)
459464
activesupport (>= 3)
460465
attr_required (>= 0.0.5)
461466
faraday (~> 2.0)
462467
faraday-follow_redirects
463468
thor (1.4.0)
464469
tilt (2.6.0)
465-
timeout (0.4.3)
470+
timeout (0.4.4)
471+
tsort (0.2.0)
466472
turbo-rails (2.0.17)
467473
actionpack (>= 7.1.0)
468474
railties (>= 7.1.0)

0 commit comments

Comments
 (0)