Skip to content

Commit 4cd82de

Browse files
committed
Exec: bundle update rails
1 parent 1f7bc30 commit 4cd82de

File tree

1 file changed

+62
-67
lines changed

1 file changed

+62
-67
lines changed

Gemfile.lock

Lines changed: 62 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,77 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5.1)
5-
actionpack (= 7.1.5.1)
6-
activesupport (= 7.1.5.1)
4+
actioncable (7.2.2.1)
5+
actionpack (= 7.2.2.1)
6+
activesupport (= 7.2.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.1)
11-
actionpack (= 7.1.5.1)
12-
activejob (= 7.1.5.1)
13-
activerecord (= 7.1.5.1)
14-
activestorage (= 7.1.5.1)
15-
activesupport (= 7.1.5.1)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.5.1)
21-
actionpack (= 7.1.5.1)
22-
actionview (= 7.1.5.1)
23-
activejob (= 7.1.5.1)
24-
activesupport (= 7.1.5.1)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (7.2.2.1)
11+
actionpack (= 7.2.2.1)
12+
activejob (= 7.2.2.1)
13+
activerecord (= 7.2.2.1)
14+
activestorage (= 7.2.2.1)
15+
activesupport (= 7.2.2.1)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.2.1)
18+
actionpack (= 7.2.2.1)
19+
actionview (= 7.2.2.1)
20+
activejob (= 7.2.2.1)
21+
activesupport (= 7.2.2.1)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.5.1)
31-
actionview (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
24+
actionpack (7.2.2.1)
25+
actionview (= 7.2.2.1)
26+
activesupport (= 7.2.2.1)
3327
nokogiri (>= 1.8.5)
3428
racc
35-
rack (>= 2.2.4)
29+
rack (>= 2.2.4, < 3.2)
3630
rack-session (>= 1.0.1)
3731
rack-test (>= 0.6.3)
3832
rails-dom-testing (~> 2.2)
3933
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.5.1)
41-
actionpack (= 7.1.5.1)
42-
activerecord (= 7.1.5.1)
43-
activestorage (= 7.1.5.1)
44-
activesupport (= 7.1.5.1)
34+
useragent (~> 0.16)
35+
actiontext (7.2.2.1)
36+
actionpack (= 7.2.2.1)
37+
activerecord (= 7.2.2.1)
38+
activestorage (= 7.2.2.1)
39+
activesupport (= 7.2.2.1)
4540
globalid (>= 0.6.0)
4641
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.1)
48-
activesupport (= 7.1.5.1)
42+
actionview (7.2.2.1)
43+
activesupport (= 7.2.2.1)
4944
builder (~> 3.1)
5045
erubi (~> 1.11)
5146
rails-dom-testing (~> 2.2)
5247
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.5.1)
54-
activesupport (= 7.1.5.1)
48+
activejob (7.2.2.1)
49+
activesupport (= 7.2.2.1)
5550
globalid (>= 0.3.6)
56-
activemodel (7.1.5.1)
57-
activesupport (= 7.1.5.1)
58-
activerecord (7.1.5.1)
59-
activemodel (= 7.1.5.1)
60-
activesupport (= 7.1.5.1)
51+
activemodel (7.2.2.1)
52+
activesupport (= 7.2.2.1)
53+
activerecord (7.2.2.1)
54+
activemodel (= 7.2.2.1)
55+
activesupport (= 7.2.2.1)
6156
timeout (>= 0.4.0)
62-
activestorage (7.1.5.1)
63-
actionpack (= 7.1.5.1)
64-
activejob (= 7.1.5.1)
65-
activerecord (= 7.1.5.1)
66-
activesupport (= 7.1.5.1)
57+
activestorage (7.2.2.1)
58+
actionpack (= 7.2.2.1)
59+
activejob (= 7.2.2.1)
60+
activerecord (= 7.2.2.1)
61+
activesupport (= 7.2.2.1)
6762
marcel (~> 1.0)
68-
activesupport (7.1.5.1)
63+
activesupport (7.2.2.1)
6964
base64
7065
benchmark (>= 0.3)
7166
bigdecimal
72-
concurrent-ruby (~> 1.0, >= 1.0.2)
67+
concurrent-ruby (~> 1.0, >= 1.3.1)
7368
connection_pool (>= 2.2.5)
7469
drb
7570
i18n (>= 1.6, < 2)
7671
logger (>= 1.4.2)
7772
minitest (>= 5.1)
78-
mutex_m
7973
securerandom (>= 0.3)
80-
tzinfo (~> 2.0)
74+
tzinfo (~> 2.0, >= 2.0.5)
8175
addressable (2.8.7)
8276
public_suffix (>= 2.0.2, < 7.0)
8377
airbrake (13.0.5)
@@ -348,20 +342,20 @@ GEM
348342
woothee (>= 1.0.0)
349343
rackup (2.2.1)
350344
rack (>= 3)
351-
rails (7.1.5.1)
352-
actioncable (= 7.1.5.1)
353-
actionmailbox (= 7.1.5.1)
354-
actionmailer (= 7.1.5.1)
355-
actionpack (= 7.1.5.1)
356-
actiontext (= 7.1.5.1)
357-
actionview (= 7.1.5.1)
358-
activejob (= 7.1.5.1)
359-
activemodel (= 7.1.5.1)
360-
activerecord (= 7.1.5.1)
361-
activestorage (= 7.1.5.1)
362-
activesupport (= 7.1.5.1)
345+
rails (7.2.2.1)
346+
actioncable (= 7.2.2.1)
347+
actionmailbox (= 7.2.2.1)
348+
actionmailer (= 7.2.2.1)
349+
actionpack (= 7.2.2.1)
350+
actiontext (= 7.2.2.1)
351+
actionview (= 7.2.2.1)
352+
activejob (= 7.2.2.1)
353+
activemodel (= 7.2.2.1)
354+
activerecord (= 7.2.2.1)
355+
activestorage (= 7.2.2.1)
356+
activesupport (= 7.2.2.1)
363357
bundler (>= 1.15.0)
364-
railties (= 7.1.5.1)
358+
railties (= 7.2.2.1)
365359
rails-controller-testing (1.0.5)
366360
actionpack (>= 5.0.1.rc1)
367361
actionview (>= 5.0.1.rc1)
@@ -373,10 +367,10 @@ GEM
373367
rails-html-sanitizer (1.6.2)
374368
loofah (~> 2.21)
375369
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)
376-
railties (7.1.5.1)
377-
actionpack (= 7.1.5.1)
378-
activesupport (= 7.1.5.1)
379-
irb
370+
railties (7.2.2.1)
371+
actionpack (= 7.2.2.1)
372+
activesupport (= 7.2.2.1)
373+
irb (~> 1.13)
380374
rackup (>= 1.0.0)
381375
rake (>= 12.2)
382376
thor (~> 1.0, >= 1.2.2)
@@ -512,6 +506,7 @@ GEM
512506
unicode-display_width (3.1.4)
513507
unicode-emoji (~> 4.0, >= 4.0.4)
514508
unicode-emoji (4.0.4)
509+
useragent (0.16.11)
515510
web-console (4.2.1)
516511
actionview (>= 6.0.0)
517512
activemodel (>= 6.0.0)
@@ -572,7 +567,7 @@ DEPENDENCIES
572567
rack-host-redirect
573568
rack-mini-profiler
574569
rack-user_agent
575-
rails (~> 7.1.5)
570+
rails (~> 7.2.0)
576571
rails-controller-testing
577572
rails-html-sanitizer
578573
rake

0 commit comments

Comments
 (0)