Skip to content

Commit c2526b2

Browse files
committed
bundle update rails 7.2.1.2 -> 7.2.2
1 parent 28418d3 commit c2526b2

File tree

1 file changed

+63
-62
lines changed

1 file changed

+63
-62
lines changed

Gemfile.lock

Lines changed: 63 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1.2)
5-
actionpack (= 7.2.1.2)
6-
activesupport (= 7.2.1.2)
4+
actioncable (7.2.2)
5+
actionpack (= 7.2.2)
6+
activesupport (= 7.2.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1.2)
11-
actionpack (= 7.2.1.2)
12-
activejob (= 7.2.1.2)
13-
activerecord (= 7.2.1.2)
14-
activestorage (= 7.2.1.2)
15-
activesupport (= 7.2.1.2)
10+
actionmailbox (7.2.2)
11+
actionpack (= 7.2.2)
12+
activejob (= 7.2.2)
13+
activerecord (= 7.2.2)
14+
activestorage (= 7.2.2)
15+
activesupport (= 7.2.2)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1.2)
18-
actionpack (= 7.2.1.2)
19-
actionview (= 7.2.1.2)
20-
activejob (= 7.2.1.2)
21-
activesupport (= 7.2.1.2)
17+
actionmailer (7.2.2)
18+
actionpack (= 7.2.2)
19+
actionview (= 7.2.2)
20+
activejob (= 7.2.2)
21+
activesupport (= 7.2.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1.2)
25-
actionview (= 7.2.1.2)
26-
activesupport (= 7.2.1.2)
24+
actionpack (7.2.2)
25+
actionview (= 7.2.2)
26+
activesupport (= 7.2.2)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,40 +32,41 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1.2)
36-
actionpack (= 7.2.1.2)
37-
activerecord (= 7.2.1.2)
38-
activestorage (= 7.2.1.2)
39-
activesupport (= 7.2.1.2)
35+
actiontext (7.2.2)
36+
actionpack (= 7.2.2)
37+
activerecord (= 7.2.2)
38+
activestorage (= 7.2.2)
39+
activesupport (= 7.2.2)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1.2)
43-
activesupport (= 7.2.1.2)
42+
actionview (7.2.2)
43+
activesupport (= 7.2.2)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.1.2)
49-
activesupport (= 7.2.1.2)
48+
activejob (7.2.2)
49+
activesupport (= 7.2.2)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.1.2)
52-
activesupport (= 7.2.1.2)
51+
activemodel (7.2.2)
52+
activesupport (= 7.2.2)
5353
activemodel-serializers-xml (1.0.3)
5454
activemodel (>= 5.0.0.a)
5555
activesupport (>= 5.0.0.a)
5656
builder (~> 3.1)
57-
activerecord (7.2.1.2)
58-
activemodel (= 7.2.1.2)
59-
activesupport (= 7.2.1.2)
57+
activerecord (7.2.2)
58+
activemodel (= 7.2.2)
59+
activesupport (= 7.2.2)
6060
timeout (>= 0.4.0)
61-
activestorage (7.2.1.2)
62-
actionpack (= 7.2.1.2)
63-
activejob (= 7.2.1.2)
64-
activerecord (= 7.2.1.2)
65-
activesupport (= 7.2.1.2)
61+
activestorage (7.2.2)
62+
actionpack (= 7.2.2)
63+
activejob (= 7.2.2)
64+
activerecord (= 7.2.2)
65+
activesupport (= 7.2.2)
6666
marcel (~> 1.0)
67-
activesupport (7.2.1.2)
67+
activesupport (7.2.2)
6868
base64
69+
benchmark (>= 0.3)
6970
bigdecimal
7071
concurrent-ruby (~> 1.0, >= 1.3.1)
7172
connection_pool (>= 2.2.5)
@@ -100,6 +101,7 @@ GEM
100101
aws-eventstream (~> 1, >= 1.0.2)
101102
base64 (0.2.0)
102103
bcrypt (3.1.20)
104+
benchmark (0.4.0)
103105
benchmark-ips (2.12.0)
104106
bigdecimal (3.1.8)
105107
bootsnap (1.18.4)
@@ -146,7 +148,7 @@ GEM
146148
activerecord (>= 5.a)
147149
database_cleaner-core (~> 2.0.0)
148150
database_cleaner-core (2.0.1)
149-
date (3.3.4)
151+
date (3.4.0)
150152
dead_end (4.0.0)
151153
debug (1.9.2)
152154
irb (~> 1.10)
@@ -272,7 +274,7 @@ GEM
272274
minitest (5.25.1)
273275
msgpack (1.7.2)
274276
nested_form (0.3.2)
275-
net-imap (0.5.0)
277+
net-imap (0.5.1)
276278
date
277279
net-protocol
278280
net-pop (0.1.2)
@@ -301,7 +303,7 @@ GEM
301303
pry (0.14.2)
302304
coderay (~> 1.1)
303305
method_source (~> 1.0)
304-
psych (5.1.2)
306+
psych (5.2.0)
305307
stringio
306308
public_suffix (6.0.1)
307309
puma (6.4.3)
@@ -314,23 +316,22 @@ GEM
314316
rack (>= 3.0.0)
315317
rack-test (2.1.0)
316318
rack (>= 1.3)
317-
rackup (2.1.0)
319+
rackup (2.2.0)
318320
rack (>= 3)
319-
webrick (~> 1.8)
320-
rails (7.2.1.2)
321-
actioncable (= 7.2.1.2)
322-
actionmailbox (= 7.2.1.2)
323-
actionmailer (= 7.2.1.2)
324-
actionpack (= 7.2.1.2)
325-
actiontext (= 7.2.1.2)
326-
actionview (= 7.2.1.2)
327-
activejob (= 7.2.1.2)
328-
activemodel (= 7.2.1.2)
329-
activerecord (= 7.2.1.2)
330-
activestorage (= 7.2.1.2)
331-
activesupport (= 7.2.1.2)
321+
rails (7.2.2)
322+
actioncable (= 7.2.2)
323+
actionmailbox (= 7.2.2)
324+
actionmailer (= 7.2.2)
325+
actionpack (= 7.2.2)
326+
actiontext (= 7.2.2)
327+
actionview (= 7.2.2)
328+
activejob (= 7.2.2)
329+
activemodel (= 7.2.2)
330+
activerecord (= 7.2.2)
331+
activestorage (= 7.2.2)
332+
activesupport (= 7.2.2)
332333
bundler (>= 1.15.0)
333-
railties (= 7.2.1.2)
334+
railties (= 7.2.2)
334335
rails-controller-testing (1.0.5)
335336
actionpack (>= 5.0.1.rc1)
336337
actionview (>= 5.0.1.rc1)
@@ -361,9 +362,9 @@ GEM
361362
rack
362363
railties (>= 5.1)
363364
semantic_logger (~> 4.16)
364-
railties (7.2.1.2)
365-
actionpack (= 7.2.1.2)
366-
activesupport (= 7.2.1.2)
365+
railties (7.2.2)
366+
actionpack (= 7.2.2)
367+
activesupport (= 7.2.2)
367368
irb (~> 1.13)
368369
rackup (>= 1.0.0)
369370
rake (>= 12.2)
@@ -377,7 +378,7 @@ GEM
377378
rdoc (6.7.0)
378379
psych (>= 4.0.0)
379380
regexp_parser (2.9.2)
380-
reline (0.5.10)
381+
reline (0.5.11)
381382
io-console (~> 0.5)
382383
request_store (1.7.0)
383384
rack (>= 1.4)
@@ -470,7 +471,7 @@ GEM
470471
actionpack (>= 6.1)
471472
activesupport (>= 6.1)
472473
sprockets (>= 3.0.0)
473-
stringio (3.1.1)
474+
stringio (3.1.2)
474475
strip_attributes (1.13.0)
475476
activemodel (>= 3.0, < 8.0)
476477
temple (0.10.3)
@@ -479,7 +480,7 @@ GEM
479480
thor (1.3.2)
480481
tilt (2.4.0)
481482
timecop (0.9.10)
482-
timeout (0.4.1)
483+
timeout (0.4.2)
483484
turbo-rails (2.0.11)
484485
actionpack (>= 6.0.0)
485486
railties (>= 6.0.0)
@@ -495,7 +496,7 @@ GEM
495496
useragent (0.16.10)
496497
warden (1.2.9)
497498
rack (>= 2.0.9)
498-
webrick (1.8.2)
499+
webrick (1.9.0)
499500
websocket (1.2.11)
500501
websocket-driver (0.7.6)
501502
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)