Skip to content

Commit 274738a

Browse files
Update dependency rails to v7.2.3.1
1 parent e6bf8c9 commit 274738a

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.2.3)
14-
actionpack (= 7.2.3)
15-
activesupport (= 7.2.3)
13+
actioncable (7.2.3.1)
14+
actionpack (= 7.2.3.1)
15+
activesupport (= 7.2.3.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
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)
19+
actionmailbox (7.2.3.1)
20+
actionpack (= 7.2.3.1)
21+
activejob (= 7.2.3.1)
22+
activerecord (= 7.2.3.1)
23+
activestorage (= 7.2.3.1)
24+
activesupport (= 7.2.3.1)
2525
mail (>= 2.8.0)
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)
26+
actionmailer (7.2.3.1)
27+
actionpack (= 7.2.3.1)
28+
actionview (= 7.2.3.1)
29+
activejob (= 7.2.3.1)
30+
activesupport (= 7.2.3.1)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.2.3)
34-
actionview (= 7.2.3)
35-
activesupport (= 7.2.3)
33+
actionpack (7.2.3.1)
34+
actionview (= 7.2.3.1)
35+
activesupport (= 7.2.3.1)
3636
cgi
3737
nokogiri (>= 1.8.5)
3838
racc
@@ -42,36 +42,36 @@ GEM
4242
rails-dom-testing (~> 2.2)
4343
rails-html-sanitizer (~> 1.6)
4444
useragent (~> 0.16)
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)
45+
actiontext (7.2.3.1)
46+
actionpack (= 7.2.3.1)
47+
activerecord (= 7.2.3.1)
48+
activestorage (= 7.2.3.1)
49+
activesupport (= 7.2.3.1)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.2.3)
53-
activesupport (= 7.2.3)
52+
actionview (7.2.3.1)
53+
activesupport (= 7.2.3.1)
5454
builder (~> 3.1)
5555
cgi
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (7.2.3)
60-
activesupport (= 7.2.3)
59+
activejob (7.2.3.1)
60+
activesupport (= 7.2.3.1)
6161
globalid (>= 0.3.6)
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)
62+
activemodel (7.2.3.1)
63+
activesupport (= 7.2.3.1)
64+
activerecord (7.2.3.1)
65+
activemodel (= 7.2.3.1)
66+
activesupport (= 7.2.3.1)
6767
timeout (>= 0.4.0)
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)
68+
activestorage (7.2.3.1)
69+
actionpack (= 7.2.3.1)
70+
activejob (= 7.2.3.1)
71+
activerecord (= 7.2.3.1)
72+
activesupport (= 7.2.3.1)
7373
marcel (~> 1.0)
74-
activesupport (7.2.3)
74+
activesupport (7.2.3.1)
7575
base64
7676
benchmark (>= 0.3)
7777
bigdecimal
@@ -80,7 +80,7 @@ GEM
8080
drb
8181
i18n (>= 1.6, < 2)
8282
logger (>= 1.4.2)
83-
minitest (>= 5.1)
83+
minitest (>= 5.1, < 6)
8484
securerandom (>= 0.3)
8585
tzinfo (~> 2.0, >= 2.0.5)
8686
addressable (2.8.8)
@@ -232,7 +232,7 @@ GEM
232232
activesupport (>= 4)
233233
railties (>= 4)
234234
request_store (~> 1.0)
235-
loofah (2.25.0)
235+
loofah (2.25.1)
236236
crass (~> 1.0.2)
237237
nokogiri (>= 1.12.0)
238238
mail (2.9.0)
@@ -267,7 +267,7 @@ GEM
267267
net-smtp (0.5.1)
268268
net-protocol
269269
nio4r (2.7.5)
270-
nokogiri (1.19.1)
270+
nokogiri (1.19.2)
271271
mini_portile2 (~> 2.8.2)
272272
racc (~> 1.4)
273273
omniauth (2.1.4)
@@ -313,20 +313,20 @@ GEM
313313
rack (>= 1.3)
314314
rackup (2.3.1)
315315
rack (>= 3)
316-
rails (7.2.3)
317-
actioncable (= 7.2.3)
318-
actionmailbox (= 7.2.3)
319-
actionmailer (= 7.2.3)
320-
actionpack (= 7.2.3)
321-
actiontext (= 7.2.3)
322-
actionview (= 7.2.3)
323-
activejob (= 7.2.3)
324-
activemodel (= 7.2.3)
325-
activerecord (= 7.2.3)
326-
activestorage (= 7.2.3)
327-
activesupport (= 7.2.3)
316+
rails (7.2.3.1)
317+
actioncable (= 7.2.3.1)
318+
actionmailbox (= 7.2.3.1)
319+
actionmailer (= 7.2.3.1)
320+
actionpack (= 7.2.3.1)
321+
actiontext (= 7.2.3.1)
322+
actionview (= 7.2.3.1)
323+
activejob (= 7.2.3.1)
324+
activemodel (= 7.2.3.1)
325+
activerecord (= 7.2.3.1)
326+
activestorage (= 7.2.3.1)
327+
activesupport (= 7.2.3.1)
328328
bundler (>= 1.15.0)
329-
railties (= 7.2.3)
329+
railties (= 7.2.3.1)
330330
rails-dom-testing (2.3.0)
331331
activesupport (>= 5.0.0)
332332
minitest
@@ -336,9 +336,9 @@ GEM
336336
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)
337337
rails-mermaid_erd (0.6.0)
338338
rails (>= 5.2)
339-
railties (7.2.3)
340-
actionpack (= 7.2.3)
341-
activesupport (= 7.2.3)
339+
railties (7.2.3.1)
340+
actionpack (= 7.2.3.1)
341+
activesupport (= 7.2.3.1)
342342
cgi
343343
irb (~> 1.13)
344344
rackup (>= 1.0.0)
@@ -446,7 +446,7 @@ GEM
446446
thor (1.5.0)
447447
tilt (2.7.0)
448448
timecop (0.9.10)
449-
timeout (0.6.0)
449+
timeout (0.6.1)
450450
tsort (0.2.0)
451451
tzinfo (2.0.6)
452452
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)