Skip to content

Commit e16f190

Browse files
committed
Exec: bundle update rails
1 parent 10a0940 commit e16f190

File tree

1 file changed

+57
-56
lines changed

1 file changed

+57
-56
lines changed

Gemfile.lock

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (8.0.2)
5+
actionpack (= 8.0.2)
6+
activesupport (= 8.0.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
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)
10+
actionmailbox (8.0.2)
11+
actionpack (= 8.0.2)
12+
activejob (= 8.0.2)
13+
activerecord (= 8.0.2)
14+
activestorage (= 8.0.2)
15+
activesupport (= 8.0.2)
1616
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)
17+
actionmailer (8.0.2)
18+
actionpack (= 8.0.2)
19+
actionview (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activesupport (= 8.0.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
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)
34+
actiontext (8.0.2)
35+
actionpack (= 8.0.2)
36+
activerecord (= 8.0.2)
37+
activestorage (= 8.0.2)
38+
activesupport (= 8.0.2)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
5049
globalid (>= 0.3.6)
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)
50+
activemodel (8.0.2)
51+
activesupport (= 8.0.2)
52+
activerecord (8.0.2)
53+
activemodel (= 8.0.2)
54+
activesupport (= 8.0.2)
5655
timeout (>= 0.4.0)
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)
56+
activestorage (8.0.2)
57+
actionpack (= 8.0.2)
58+
activejob (= 8.0.2)
59+
activerecord (= 8.0.2)
60+
activesupport (= 8.0.2)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2.1)
62+
activesupport (8.0.2)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,6 +71,7 @@ GEM
7271
minitest (>= 5.1)
7372
securerandom (>= 0.3)
7473
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
airbrake (13.0.5)
@@ -342,20 +342,20 @@ GEM
342342
woothee (>= 1.0.0)
343343
rackup (2.2.1)
344344
rack (>= 3)
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)
345+
rails (8.0.2)
346+
actioncable (= 8.0.2)
347+
actionmailbox (= 8.0.2)
348+
actionmailer (= 8.0.2)
349+
actionpack (= 8.0.2)
350+
actiontext (= 8.0.2)
351+
actionview (= 8.0.2)
352+
activejob (= 8.0.2)
353+
activemodel (= 8.0.2)
354+
activerecord (= 8.0.2)
355+
activestorage (= 8.0.2)
356+
activesupport (= 8.0.2)
357357
bundler (>= 1.15.0)
358-
railties (= 7.2.2.1)
358+
railties (= 8.0.2)
359359
rails-controller-testing (1.0.5)
360360
actionpack (>= 5.0.1.rc1)
361361
actionview (>= 5.0.1.rc1)
@@ -367,9 +367,9 @@ GEM
367367
rails-html-sanitizer (1.6.2)
368368
loofah (~> 2.21)
369369
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)
370-
railties (7.2.2.1)
371-
actionpack (= 7.2.2.1)
372-
activesupport (= 7.2.2.1)
370+
railties (8.0.2)
371+
actionpack (= 8.0.2)
372+
activesupport (= 8.0.2)
373373
irb (~> 1.13)
374374
rackup (>= 1.0.0)
375375
rake (>= 12.2)
@@ -506,6 +506,7 @@ GEM
506506
unicode-display_width (3.1.4)
507507
unicode-emoji (~> 4.0, >= 4.0.4)
508508
unicode-emoji (4.0.4)
509+
uri (1.0.3)
509510
useragent (0.16.11)
510511
web-console (4.2.1)
511512
actionview (>= 6.0.0)
@@ -567,7 +568,7 @@ DEPENDENCIES
567568
rack-host-redirect
568569
rack-mini-profiler
569570
rack-user_agent
570-
rails (~> 7.2.0)
571+
rails (~> 8.0.0)
571572
rails-controller-testing
572573
rails-html-sanitizer
573574
rake

0 commit comments

Comments
 (0)