Skip to content

Commit c1f5b91

Browse files
chore(deps): update dependency rails to v8
1 parent e5886a9 commit c1f5b91

File tree

2 files changed

+59
-57
lines changed

2 files changed

+59
-57
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby '~> 3.4.0'
66

7-
gem 'rails', '~> 7.2'
7+
gem 'rails', '~> 8.0'
88

99
gem 'puma'
1010

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,69 @@
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.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
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.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
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.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
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.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
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.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
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.3)
42+
activesupport (= 8.0.3)
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.3)
48+
activesupport (= 8.0.3)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
50+
activemodel (8.0.3)
51+
activesupport (= 8.0.3)
5352
activemodel-serializers-xml (1.0.3)
5453
activemodel (>= 5.0.0.a)
5554
activesupport (>= 5.0.0.a)
5655
builder (~> 3.1)
57-
activerecord (7.2.2.1)
58-
activemodel (= 7.2.2.1)
59-
activesupport (= 7.2.2.1)
56+
activerecord (8.0.3)
57+
activemodel (= 8.0.3)
58+
activesupport (= 8.0.3)
6059
timeout (>= 0.4.0)
61-
activestorage (7.2.2.1)
62-
actionpack (= 7.2.2.1)
63-
activejob (= 7.2.2.1)
64-
activerecord (= 7.2.2.1)
65-
activesupport (= 7.2.2.1)
60+
activestorage (8.0.3)
61+
actionpack (= 8.0.3)
62+
activejob (= 8.0.3)
63+
activerecord (= 8.0.3)
64+
activesupport (= 8.0.3)
6665
marcel (~> 1.0)
67-
activesupport (7.2.2.1)
66+
activesupport (8.0.3)
6867
base64
6968
benchmark (>= 0.3)
7069
bigdecimal
@@ -76,6 +75,7 @@ GEM
7675
minitest (>= 5.1)
7776
securerandom (>= 0.3)
7877
tzinfo (~> 2.0, >= 2.0.5)
78+
uri (>= 0.13.1)
7979
addressable (2.8.7)
8080
public_suffix (>= 2.0.2, < 7.0)
8181
amq-protocol (2.3.3)
@@ -283,20 +283,20 @@ GEM
283283
rack (>= 1.3)
284284
rackup (2.2.1)
285285
rack (>= 3)
286-
rails (7.2.2.1)
287-
actioncable (= 7.2.2.1)
288-
actionmailbox (= 7.2.2.1)
289-
actionmailer (= 7.2.2.1)
290-
actionpack (= 7.2.2.1)
291-
actiontext (= 7.2.2.1)
292-
actionview (= 7.2.2.1)
293-
activejob (= 7.2.2.1)
294-
activemodel (= 7.2.2.1)
295-
activerecord (= 7.2.2.1)
296-
activestorage (= 7.2.2.1)
297-
activesupport (= 7.2.2.1)
286+
rails (8.0.3)
287+
actioncable (= 8.0.3)
288+
actionmailbox (= 8.0.3)
289+
actionmailer (= 8.0.3)
290+
actionpack (= 8.0.3)
291+
actiontext (= 8.0.3)
292+
actionview (= 8.0.3)
293+
activejob (= 8.0.3)
294+
activemodel (= 8.0.3)
295+
activerecord (= 8.0.3)
296+
activestorage (= 8.0.3)
297+
activesupport (= 8.0.3)
298298
bundler (>= 1.15.0)
299-
railties (= 7.2.2.1)
299+
railties (= 8.0.3)
300300
rails-dom-testing (2.2.0)
301301
activesupport (>= 5.0.0)
302302
minitest
@@ -307,13 +307,14 @@ GEM
307307
rails-rfc6570 (3.4.0)
308308
actionpack (>= 4.2, < 8.1)
309309
addressable (~> 2.3)
310-
railties (7.2.2.1)
311-
actionpack (= 7.2.2.1)
312-
activesupport (= 7.2.2.1)
310+
railties (8.0.3)
311+
actionpack (= 8.0.3)
312+
activesupport (= 8.0.3)
313313
irb (~> 1.13)
314314
rackup (>= 1.0.0)
315315
rake (>= 12.2)
316316
thor (~> 1.0, >= 1.2.2)
317+
tsort (>= 0.2)
317318
zeitwerk (~> 2.6)
318319
rainbow (3.1.1)
319320
rake (13.2.1)
@@ -456,6 +457,7 @@ GEM
456457
thor (1.3.2)
457458
timecop (0.9.10)
458459
timeout (0.4.3)
460+
tsort (0.2.0)
459461
typhoeus (1.4.1)
460462
ethon (>= 0.9.0)
461463
tzinfo (2.0.6)
@@ -515,7 +517,7 @@ DEPENDENCIES
515517
pg (~> 1.1)
516518
puma
517519
rack-remote
518-
rails (~> 7.2)
520+
rails (~> 8.0)
519521
rails-rfc6570 (~> 3.0)
520522
redis (~> 5.0)
521523
responders

0 commit comments

Comments
 (0)