Skip to content

Commit 396f1d4

Browse files
Update dependency rails to v7.1.5.2
1 parent 8115f16 commit 396f1d4

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

Gemfile.lock

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -10,71 +10,71 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.1.5.1)
14-
actionpack (= 7.1.5.1)
15-
activesupport (= 7.1.5.1)
13+
actioncable (7.1.5.2)
14+
actionpack (= 7.1.5.2)
15+
activesupport (= 7.1.5.2)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.1.5.1)
20-
actionpack (= 7.1.5.1)
21-
activejob (= 7.1.5.1)
22-
activerecord (= 7.1.5.1)
23-
activestorage (= 7.1.5.1)
24-
activesupport (= 7.1.5.1)
19+
actionmailbox (7.1.5.2)
20+
actionpack (= 7.1.5.2)
21+
activejob (= 7.1.5.2)
22+
activerecord (= 7.1.5.2)
23+
activestorage (= 7.1.5.2)
24+
activesupport (= 7.1.5.2)
2525
mail (>= 2.7.1)
2626
net-imap
2727
net-pop
2828
net-smtp
29-
actionmailer (7.1.5.1)
30-
actionpack (= 7.1.5.1)
31-
actionview (= 7.1.5.1)
32-
activejob (= 7.1.5.1)
33-
activesupport (= 7.1.5.1)
29+
actionmailer (7.1.5.2)
30+
actionpack (= 7.1.5.2)
31+
actionview (= 7.1.5.2)
32+
activejob (= 7.1.5.2)
33+
activesupport (= 7.1.5.2)
3434
mail (~> 2.5, >= 2.5.4)
3535
net-imap
3636
net-pop
3737
net-smtp
3838
rails-dom-testing (~> 2.2)
39-
actionpack (7.1.5.1)
40-
actionview (= 7.1.5.1)
41-
activesupport (= 7.1.5.1)
39+
actionpack (7.1.5.2)
40+
actionview (= 7.1.5.2)
41+
activesupport (= 7.1.5.2)
4242
nokogiri (>= 1.8.5)
4343
racc
4444
rack (>= 2.2.4)
4545
rack-session (>= 1.0.1)
4646
rack-test (>= 0.6.3)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
49-
actiontext (7.1.5.1)
50-
actionpack (= 7.1.5.1)
51-
activerecord (= 7.1.5.1)
52-
activestorage (= 7.1.5.1)
53-
activesupport (= 7.1.5.1)
49+
actiontext (7.1.5.2)
50+
actionpack (= 7.1.5.2)
51+
activerecord (= 7.1.5.2)
52+
activestorage (= 7.1.5.2)
53+
activesupport (= 7.1.5.2)
5454
globalid (>= 0.6.0)
5555
nokogiri (>= 1.8.5)
56-
actionview (7.1.5.1)
57-
activesupport (= 7.1.5.1)
56+
actionview (7.1.5.2)
57+
activesupport (= 7.1.5.2)
5858
builder (~> 3.1)
5959
erubi (~> 1.11)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
activejob (7.1.5.1)
63-
activesupport (= 7.1.5.1)
62+
activejob (7.1.5.2)
63+
activesupport (= 7.1.5.2)
6464
globalid (>= 0.3.6)
65-
activemodel (7.1.5.1)
66-
activesupport (= 7.1.5.1)
67-
activerecord (7.1.5.1)
68-
activemodel (= 7.1.5.1)
69-
activesupport (= 7.1.5.1)
65+
activemodel (7.1.5.2)
66+
activesupport (= 7.1.5.2)
67+
activerecord (7.1.5.2)
68+
activemodel (= 7.1.5.2)
69+
activesupport (= 7.1.5.2)
7070
timeout (>= 0.4.0)
71-
activestorage (7.1.5.1)
72-
actionpack (= 7.1.5.1)
73-
activejob (= 7.1.5.1)
74-
activerecord (= 7.1.5.1)
75-
activesupport (= 7.1.5.1)
71+
activestorage (7.1.5.2)
72+
actionpack (= 7.1.5.2)
73+
activejob (= 7.1.5.2)
74+
activerecord (= 7.1.5.2)
75+
activesupport (= 7.1.5.2)
7676
marcel (~> 1.0)
77-
activesupport (7.1.5.1)
77+
activesupport (7.1.5.2)
7878
base64
7979
benchmark (>= 0.3)
8080
bigdecimal
@@ -99,7 +99,7 @@ GEM
9999
base64 (0.3.0)
100100
bcrypt (3.1.20)
101101
benchmark (0.4.1)
102-
bigdecimal (3.2.2)
102+
bigdecimal (3.2.3)
103103
bindex (0.8.1)
104104
bootsnap (1.18.6)
105105
msgpack (~> 1.2)
@@ -117,7 +117,7 @@ GEM
117117
climate_control (1.2.0)
118118
colorator (1.1.0)
119119
concurrent-ruby (1.3.5)
120-
connection_pool (2.5.3)
120+
connection_pool (2.5.4)
121121
crack (1.0.0)
122122
bigdecimal
123123
rexml
@@ -139,7 +139,7 @@ GEM
139139
em-websocket (0.5.3)
140140
eventmachine (>= 0.12.9)
141141
http_parser.rb (~> 0)
142-
erb (5.0.1)
142+
erb (5.0.2)
143143
erubi (1.13.1)
144144
eventmachine (1.2.7)
145145
execjs (2.10.0)
@@ -171,7 +171,7 @@ GEM
171171
http_parser.rb (0.8.0)
172172
i18n (1.14.7)
173173
concurrent-ruby (~> 1.0)
174-
io-console (0.8.0)
174+
io-console (0.8.1)
175175
irb (1.15.2)
176176
pp (>= 0.6.0)
177177
rdoc (>= 4.0.0)
@@ -244,7 +244,7 @@ GEM
244244
mutex_m (0.3.0)
245245
net-http (0.6.0)
246246
uri
247-
net-imap (0.5.6)
247+
net-imap (0.5.10)
248248
date
249249
net-protocol
250250
net-pop (0.1.2)
@@ -254,7 +254,7 @@ GEM
254254
net-smtp (0.5.1)
255255
net-protocol
256256
nio4r (2.7.4)
257-
nokogiri (1.18.8)
257+
nokogiri (1.18.10)
258258
mini_portile2 (~> 2.8.2)
259259
racc (~> 1.4)
260260
opensearch-ruby (3.4.0)
@@ -292,30 +292,30 @@ GEM
292292
rack (>= 1.3)
293293
rackup (2.2.1)
294294
rack (>= 3)
295-
rails (7.1.5.1)
296-
actioncable (= 7.1.5.1)
297-
actionmailbox (= 7.1.5.1)
298-
actionmailer (= 7.1.5.1)
299-
actionpack (= 7.1.5.1)
300-
actiontext (= 7.1.5.1)
301-
actionview (= 7.1.5.1)
302-
activejob (= 7.1.5.1)
303-
activemodel (= 7.1.5.1)
304-
activerecord (= 7.1.5.1)
305-
activestorage (= 7.1.5.1)
306-
activesupport (= 7.1.5.1)
295+
rails (7.1.5.2)
296+
actioncable (= 7.1.5.2)
297+
actionmailbox (= 7.1.5.2)
298+
actionmailer (= 7.1.5.2)
299+
actionpack (= 7.1.5.2)
300+
actiontext (= 7.1.5.2)
301+
actionview (= 7.1.5.2)
302+
activejob (= 7.1.5.2)
303+
activemodel (= 7.1.5.2)
304+
activerecord (= 7.1.5.2)
305+
activestorage (= 7.1.5.2)
306+
activesupport (= 7.1.5.2)
307307
bundler (>= 1.15.0)
308-
railties (= 7.1.5.1)
308+
railties (= 7.1.5.2)
309309
rails-dom-testing (2.3.0)
310310
activesupport (>= 5.0.0)
311311
minitest
312312
nokogiri (>= 1.6)
313313
rails-html-sanitizer (1.6.2)
314314
loofah (~> 2.21)
315315
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)
316-
railties (7.1.5.1)
317-
actionpack (= 7.1.5.1)
318-
activesupport (= 7.1.5.1)
316+
railties (7.1.5.2)
317+
actionpack (= 7.1.5.2)
318+
activesupport (= 7.1.5.2)
319319
irb
320320
rackup (>= 1.0.0)
321321
rake (>= 12.2)
@@ -326,15 +326,15 @@ GEM
326326
rb-fsevent (0.11.2)
327327
rb-inotify (0.11.1)
328328
ffi (~> 1.0)
329-
rdoc (6.14.1)
329+
rdoc (6.14.2)
330330
erb
331331
psych (>= 4.0.0)
332332
redis (5.4.0)
333333
redis-client (>= 0.22.0)
334334
redis-client (0.24.0)
335335
connection_pool
336336
regexp_parser (2.10.0)
337-
reline (0.6.1)
337+
reline (0.6.2)
338338
io-console (~> 0.5)
339339
request_store (1.7.0)
340340
rack (>= 1.4)

0 commit comments

Comments
 (0)