Skip to content

Commit eebf233

Browse files
Update dependency rails to v7.2.3.1
1 parent 49f4042 commit eebf233

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@ GIT
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actioncable (7.2.3)
22-
actionpack (= 7.2.3)
23-
activesupport (= 7.2.3)
21+
actioncable (7.2.3.1)
22+
actionpack (= 7.2.3.1)
23+
activesupport (= 7.2.3.1)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
2626
zeitwerk (~> 2.6)
27-
actionmailbox (7.2.3)
28-
actionpack (= 7.2.3)
29-
activejob (= 7.2.3)
30-
activerecord (= 7.2.3)
31-
activestorage (= 7.2.3)
32-
activesupport (= 7.2.3)
27+
actionmailbox (7.2.3.1)
28+
actionpack (= 7.2.3.1)
29+
activejob (= 7.2.3.1)
30+
activerecord (= 7.2.3.1)
31+
activestorage (= 7.2.3.1)
32+
activesupport (= 7.2.3.1)
3333
mail (>= 2.8.0)
34-
actionmailer (7.2.3)
35-
actionpack (= 7.2.3)
36-
actionview (= 7.2.3)
37-
activejob (= 7.2.3)
38-
activesupport (= 7.2.3)
34+
actionmailer (7.2.3.1)
35+
actionpack (= 7.2.3.1)
36+
actionview (= 7.2.3.1)
37+
activejob (= 7.2.3.1)
38+
activesupport (= 7.2.3.1)
3939
mail (>= 2.8.0)
4040
rails-dom-testing (~> 2.2)
41-
actionpack (7.2.3)
42-
actionview (= 7.2.3)
43-
activesupport (= 7.2.3)
41+
actionpack (7.2.3.1)
42+
actionview (= 7.2.3.1)
43+
activesupport (= 7.2.3.1)
4444
cgi
4545
nokogiri (>= 1.8.5)
4646
racc
@@ -50,36 +50,36 @@ GEM
5050
rails-dom-testing (~> 2.2)
5151
rails-html-sanitizer (~> 1.6)
5252
useragent (~> 0.16)
53-
actiontext (7.2.3)
54-
actionpack (= 7.2.3)
55-
activerecord (= 7.2.3)
56-
activestorage (= 7.2.3)
57-
activesupport (= 7.2.3)
53+
actiontext (7.2.3.1)
54+
actionpack (= 7.2.3.1)
55+
activerecord (= 7.2.3.1)
56+
activestorage (= 7.2.3.1)
57+
activesupport (= 7.2.3.1)
5858
globalid (>= 0.6.0)
5959
nokogiri (>= 1.8.5)
60-
actionview (7.2.3)
61-
activesupport (= 7.2.3)
60+
actionview (7.2.3.1)
61+
activesupport (= 7.2.3.1)
6262
builder (~> 3.1)
6363
cgi
6464
erubi (~> 1.11)
6565
rails-dom-testing (~> 2.2)
6666
rails-html-sanitizer (~> 1.6)
67-
activejob (7.2.3)
68-
activesupport (= 7.2.3)
67+
activejob (7.2.3.1)
68+
activesupport (= 7.2.3.1)
6969
globalid (>= 0.3.6)
70-
activemodel (7.2.3)
71-
activesupport (= 7.2.3)
72-
activerecord (7.2.3)
73-
activemodel (= 7.2.3)
74-
activesupport (= 7.2.3)
70+
activemodel (7.2.3.1)
71+
activesupport (= 7.2.3.1)
72+
activerecord (7.2.3.1)
73+
activemodel (= 7.2.3.1)
74+
activesupport (= 7.2.3.1)
7575
timeout (>= 0.4.0)
76-
activestorage (7.2.3)
77-
actionpack (= 7.2.3)
78-
activejob (= 7.2.3)
79-
activerecord (= 7.2.3)
80-
activesupport (= 7.2.3)
76+
activestorage (7.2.3.1)
77+
actionpack (= 7.2.3.1)
78+
activejob (= 7.2.3.1)
79+
activerecord (= 7.2.3.1)
80+
activesupport (= 7.2.3.1)
8181
marcel (~> 1.0)
82-
activesupport (7.2.3)
82+
activesupport (7.2.3.1)
8383
base64
8484
benchmark (>= 0.3)
8585
bigdecimal
@@ -88,7 +88,7 @@ GEM
8888
drb
8989
i18n (>= 1.6, < 2)
9090
logger (>= 1.4.2)
91-
minitest (>= 5.1)
91+
minitest (>= 5.1, < 6)
9292
securerandom (>= 0.3)
9393
tzinfo (~> 2.0, >= 2.0.5)
9494
addressable (2.8.8)
@@ -228,7 +228,7 @@ GEM
228228
activesupport (>= 4)
229229
railties (>= 4)
230230
request_store (~> 1.0)
231-
loofah (2.25.0)
231+
loofah (2.25.1)
232232
crass (~> 1.0.2)
233233
nokogiri (>= 1.12.0)
234234
mail (2.9.0)
@@ -260,7 +260,7 @@ GEM
260260
net-smtp (0.5.1)
261261
net-protocol
262262
nio4r (2.7.5)
263-
nokogiri (1.19.1)
263+
nokogiri (1.19.2)
264264
mini_portile2 (~> 2.8.2)
265265
racc (~> 1.4)
266266
os (1.1.4)
@@ -290,30 +290,30 @@ GEM
290290
rack (>= 1.3)
291291
rackup (2.3.1)
292292
rack (>= 3)
293-
rails (7.2.3)
294-
actioncable (= 7.2.3)
295-
actionmailbox (= 7.2.3)
296-
actionmailer (= 7.2.3)
297-
actionpack (= 7.2.3)
298-
actiontext (= 7.2.3)
299-
actionview (= 7.2.3)
300-
activejob (= 7.2.3)
301-
activemodel (= 7.2.3)
302-
activerecord (= 7.2.3)
303-
activestorage (= 7.2.3)
304-
activesupport (= 7.2.3)
293+
rails (7.2.3.1)
294+
actioncable (= 7.2.3.1)
295+
actionmailbox (= 7.2.3.1)
296+
actionmailer (= 7.2.3.1)
297+
actionpack (= 7.2.3.1)
298+
actiontext (= 7.2.3.1)
299+
actionview (= 7.2.3.1)
300+
activejob (= 7.2.3.1)
301+
activemodel (= 7.2.3.1)
302+
activerecord (= 7.2.3.1)
303+
activestorage (= 7.2.3.1)
304+
activesupport (= 7.2.3.1)
305305
bundler (>= 1.15.0)
306-
railties (= 7.2.3)
306+
railties (= 7.2.3.1)
307307
rails-dom-testing (2.3.0)
308308
activesupport (>= 5.0.0)
309309
minitest
310310
nokogiri (>= 1.6)
311311
rails-html-sanitizer (1.7.0)
312312
loofah (~> 2.25)
313313
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)
314-
railties (7.2.3)
315-
actionpack (= 7.2.3)
316-
activesupport (= 7.2.3)
314+
railties (7.2.3.1)
315+
actionpack (= 7.2.3.1)
316+
activesupport (= 7.2.3.1)
317317
cgi
318318
irb (~> 1.13)
319319
rackup (>= 1.0.0)
@@ -414,7 +414,7 @@ GEM
414414
execjs (>= 0.3.0, < 3)
415415
thor (1.5.0)
416416
tilt (2.6.1)
417-
timeout (0.6.0)
417+
timeout (0.6.1)
418418
trailblazer-option (0.1.2)
419419
tsort (0.2.0)
420420
tzinfo (2.0.6)

0 commit comments

Comments
 (0)