Skip to content

Commit 08a7916

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

2 files changed

Lines changed: 65 additions & 61 deletions

File tree

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: 64 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,84 @@
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+
action_text-trix (2.1.16)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
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)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1618
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)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4)
3031
rack-session (>= 1.0.1)
3132
rack-test (>= 0.6.3)
3233
rails-dom-testing (~> 2.2)
3334
rails-html-sanitizer (~> 1.6)
3435
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)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
4042
globalid (>= 0.6.0)
4143
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4446
builder (~> 3.1)
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
4749
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
5052
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
5355
activemodel-serializers-xml (1.0.3)
5456
activemodel (>= 5.0.0.a)
5557
activesupport (>= 5.0.0.a)
5658
builder (~> 3.1)
57-
activerecord (7.2.2.1)
58-
activemodel (= 7.2.2.1)
59-
activesupport (= 7.2.2.1)
59+
activerecord (8.1.1)
60+
activemodel (= 8.1.1)
61+
activesupport (= 8.1.1)
6062
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)
63+
activestorage (8.1.1)
64+
actionpack (= 8.1.1)
65+
activejob (= 8.1.1)
66+
activerecord (= 8.1.1)
67+
activesupport (= 8.1.1)
6668
marcel (~> 1.0)
67-
activesupport (7.2.2.1)
69+
activesupport (8.1.1)
6870
base64
69-
benchmark (>= 0.3)
7071
bigdecimal
7172
concurrent-ruby (~> 1.0, >= 1.3.1)
7273
connection_pool (>= 2.2.5)
7374
drb
7475
i18n (>= 1.6, < 2)
76+
json
7577
logger (>= 1.4.2)
7678
minitest (>= 5.1)
7779
securerandom (>= 0.3)
7880
tzinfo (~> 2.0, >= 2.0.5)
81+
uri (>= 0.13.1)
7982
addressable (2.8.7)
8083
public_suffix (>= 2.0.2, < 7.0)
8184
amq-protocol (2.3.3)
@@ -99,7 +102,6 @@ GEM
99102
aws-eventstream (~> 1, >= 1.0.2)
100103
base62-rb (0.3.1)
101104
base64 (0.2.0)
102-
benchmark (0.4.0)
103105
better_errors (2.10.1)
104106
erubi (>= 1.0.0)
105107
rack (>= 0.9.0)
@@ -283,37 +285,38 @@ GEM
283285
rack (>= 1.3)
284286
rackup (2.2.1)
285287
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)
288+
rails (8.1.1)
289+
actioncable (= 8.1.1)
290+
actionmailbox (= 8.1.1)
291+
actionmailer (= 8.1.1)
292+
actionpack (= 8.1.1)
293+
actiontext (= 8.1.1)
294+
actionview (= 8.1.1)
295+
activejob (= 8.1.1)
296+
activemodel (= 8.1.1)
297+
activerecord (= 8.1.1)
298+
activestorage (= 8.1.1)
299+
activesupport (= 8.1.1)
298300
bundler (>= 1.15.0)
299-
railties (= 7.2.2.1)
301+
railties (= 8.1.1)
300302
rails-dom-testing (2.2.0)
301303
activesupport (>= 5.0.0)
302304
minitest
303305
nokogiri (>= 1.6)
304306
rails-html-sanitizer (1.6.2)
305307
loofah (~> 2.21)
306308
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)
307-
rails-rfc6570 (3.4.0)
308-
actionpack (>= 4.2, < 8.1)
309+
rails-rfc6570 (3.6.0)
310+
actionpack (>= 4.2, < 8.2)
309311
addressable (~> 2.3)
310-
railties (7.2.2.1)
311-
actionpack (= 7.2.2.1)
312-
activesupport (= 7.2.2.1)
312+
railties (8.1.1)
313+
actionpack (= 8.1.1)
314+
activesupport (= 8.1.1)
313315
irb (~> 1.13)
314316
rackup (>= 1.0.0)
315317
rake (>= 12.2)
316318
thor (~> 1.0, >= 1.2.2)
319+
tsort (>= 0.2)
317320
zeitwerk (~> 2.6)
318321
rainbow (3.1.1)
319322
rake (13.2.1)
@@ -456,6 +459,7 @@ GEM
456459
thor (1.3.2)
457460
timecop (0.9.10)
458461
timeout (0.4.3)
462+
tsort (0.2.0)
459463
typhoeus (1.4.1)
460464
ethon (>= 0.9.0)
461465
tzinfo (2.0.6)
@@ -515,7 +519,7 @@ DEPENDENCIES
515519
pg (~> 1.1)
516520
puma
517521
rack-remote
518-
rails (~> 7.2)
522+
rails (~> 8.0)
519523
rails-rfc6570 (~> 3.0)
520524
redis (~> 5.0)
521525
responders

0 commit comments

Comments
 (0)