Skip to content

Commit 87be904

Browse files
Update Ruby on Rails packages to v8
1 parent 303a2bf commit 87be904

File tree

2 files changed

+72
-70
lines changed

2 files changed

+72
-70
lines changed

template/{{app_name}}/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
ruby "3.4.6"
66

77
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
8-
gem "rails", "~> 7.2.0", ">= 7.2.2.1"
8+
gem "rails", "~> 8.0.0", ">= 8.0.3"
99

1010
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1111
gem "sprockets-rails"

template/{{app_name}}/Gemfile.lock

Lines changed: 71 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.2)
5-
actionpack (= 7.2.2.2)
6-
activesupport (= 7.2.2.2)
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.2)
11-
actionpack (= 7.2.2.2)
12-
activejob (= 7.2.2.2)
13-
activerecord (= 7.2.2.2)
14-
activestorage (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
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.2)
18-
actionpack (= 7.2.2.2)
19-
actionview (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
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.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
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.2)
36-
actionpack (= 7.2.2.2)
37-
activerecord (= 7.2.2.2)
38-
activestorage (= 7.2.2.2)
39-
activesupport (= 7.2.2.2)
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.2)
43-
activesupport (= 7.2.2.2)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
@@ -51,22 +50,22 @@ GEM
5150
activestorage (>= 6.1.4)
5251
activesupport (>= 6.1.4)
5352
marcel (>= 1.0.3)
54-
activejob (7.2.2.2)
55-
activesupport (= 7.2.2.2)
53+
activejob (8.0.3)
54+
activesupport (= 8.0.3)
5655
globalid (>= 0.3.6)
57-
activemodel (7.2.2.2)
58-
activesupport (= 7.2.2.2)
59-
activerecord (7.2.2.2)
60-
activemodel (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
56+
activemodel (8.0.3)
57+
activesupport (= 8.0.3)
58+
activerecord (8.0.3)
59+
activemodel (= 8.0.3)
60+
activesupport (= 8.0.3)
6261
timeout (>= 0.4.0)
63-
activestorage (7.2.2.2)
64-
actionpack (= 7.2.2.2)
65-
activejob (= 7.2.2.2)
66-
activerecord (= 7.2.2.2)
67-
activesupport (= 7.2.2.2)
62+
activestorage (8.0.3)
63+
actionpack (= 8.0.3)
64+
activejob (= 8.0.3)
65+
activerecord (= 8.0.3)
66+
activesupport (= 8.0.3)
6867
marcel (~> 1.0)
69-
activesupport (7.2.2.2)
68+
activesupport (8.0.3)
7069
base64
7170
benchmark (>= 0.3)
7271
bigdecimal
@@ -78,6 +77,7 @@ GEM
7877
minitest (>= 5.1)
7978
securerandom (>= 0.3)
8079
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
8181
addressable (2.8.7)
8282
public_suffix (>= 2.0.2, < 7.0)
8383
ast (2.4.3)
@@ -178,7 +178,7 @@ GEM
178178
ffi (1.17.2-x86_64-linux-gnu)
179179
ffi (1.17.2-x86_64-linux-musl)
180180
formatador (1.1.1)
181-
globalid (1.2.1)
181+
globalid (1.3.0)
182182
activesupport (>= 6.1)
183183
guard (2.19.1)
184184
formatador (>= 0.2.4)
@@ -249,7 +249,7 @@ GEM
249249
net-imap
250250
net-pop
251251
net-smtp
252-
marcel (1.0.4)
252+
marcel (1.1.0)
253253
matrix (0.4.3)
254254
method_source (1.1.0)
255255
mini_mime (1.1.5)
@@ -259,7 +259,7 @@ GEM
259259
nenv (0.3.0)
260260
net-http (0.6.0)
261261
uri
262-
net-imap (0.5.9)
262+
net-imap (0.5.11)
263263
date
264264
net-protocol
265265
net-pop (0.1.2)
@@ -269,24 +269,24 @@ GEM
269269
net-smtp (0.5.1)
270270
net-protocol
271271
nio4r (2.7.4)
272-
nokogiri (1.18.9)
272+
nokogiri (1.18.10)
273273
mini_portile2 (~> 2.8.2)
274274
racc (~> 1.4)
275-
nokogiri (1.18.9-aarch64-linux-gnu)
275+
nokogiri (1.18.10-aarch64-linux-gnu)
276276
racc (~> 1.4)
277-
nokogiri (1.18.9-aarch64-linux-musl)
277+
nokogiri (1.18.10-aarch64-linux-musl)
278278
racc (~> 1.4)
279-
nokogiri (1.18.9-arm-linux-gnu)
279+
nokogiri (1.18.10-arm-linux-gnu)
280280
racc (~> 1.4)
281-
nokogiri (1.18.9-arm-linux-musl)
281+
nokogiri (1.18.10-arm-linux-musl)
282282
racc (~> 1.4)
283-
nokogiri (1.18.9-arm64-darwin)
283+
nokogiri (1.18.10-arm64-darwin)
284284
racc (~> 1.4)
285-
nokogiri (1.18.9-x86_64-darwin)
285+
nokogiri (1.18.10-x86_64-darwin)
286286
racc (~> 1.4)
287-
nokogiri (1.18.9-x86_64-linux-gnu)
287+
nokogiri (1.18.10-x86_64-linux-gnu)
288288
racc (~> 1.4)
289-
nokogiri (1.18.9-x86_64-linux-musl)
289+
nokogiri (1.18.10-x86_64-linux-musl)
290290
racc (~> 1.4)
291291
notiffany (0.1.3)
292292
nenv (~> 0.1)
@@ -328,28 +328,28 @@ GEM
328328
rspec-mocks (~> 3.12)
329329
rspec-support (~> 3.12)
330330
racc (1.8.1)
331-
rack (3.1.16)
331+
rack (3.2.1)
332332
rack-session (2.1.1)
333333
base64 (>= 0.1.0)
334334
rack (>= 3.0.0)
335335
rack-test (2.2.0)
336336
rack (>= 1.3)
337337
rackup (2.2.1)
338338
rack (>= 3)
339-
rails (7.2.2.2)
340-
actioncable (= 7.2.2.2)
341-
actionmailbox (= 7.2.2.2)
342-
actionmailer (= 7.2.2.2)
343-
actionpack (= 7.2.2.2)
344-
actiontext (= 7.2.2.2)
345-
actionview (= 7.2.2.2)
346-
activejob (= 7.2.2.2)
347-
activemodel (= 7.2.2.2)
348-
activerecord (= 7.2.2.2)
349-
activestorage (= 7.2.2.2)
350-
activesupport (= 7.2.2.2)
339+
rails (8.0.3)
340+
actioncable (= 8.0.3)
341+
actionmailbox (= 8.0.3)
342+
actionmailer (= 8.0.3)
343+
actionpack (= 8.0.3)
344+
actiontext (= 8.0.3)
345+
actionview (= 8.0.3)
346+
activejob (= 8.0.3)
347+
activemodel (= 8.0.3)
348+
activerecord (= 8.0.3)
349+
activestorage (= 8.0.3)
350+
activesupport (= 8.0.3)
351351
bundler (>= 1.15.0)
352-
railties (= 7.2.2.2)
352+
railties (= 8.0.3)
353353
rails-dom-testing (2.3.0)
354354
activesupport (>= 5.0.0)
355355
minitest
@@ -362,13 +362,14 @@ GEM
362362
rails-html-sanitizer (1.6.2)
363363
loofah (~> 2.21)
364364
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)
365-
railties (7.2.2.2)
366-
actionpack (= 7.2.2.2)
367-
activesupport (= 7.2.2.2)
365+
railties (8.0.3)
366+
actionpack (= 8.0.3)
367+
activesupport (= 8.0.3)
368368
irb (~> 1.13)
369369
rackup (>= 1.0.0)
370370
rake (>= 12.2)
371371
thor (~> 1.0, >= 1.2.2)
372+
tsort (>= 0.2)
372373
zeitwerk (~> 2.6)
373374
rainbow (3.1.1)
374375
rake (13.3.0)
@@ -477,6 +478,7 @@ GEM
477478
stringio (3.1.7)
478479
thor (1.4.0)
479480
timeout (0.4.3)
481+
tsort (0.2.0)
480482
turbo-rails (2.0.16)
481483
actionpack (>= 7.1.0)
482484
railties (>= 7.1.0)
@@ -551,7 +553,7 @@ DEPENDENCIES
551553
puma (>= 5.0)
552554
pundit
553555
pundit-matchers
554-
rails (~> 7.2.0, >= 7.2.2.1)
556+
rails (~> 8.0.0, >= 8.0.3)
555557
rails-erd
556558
route_translator
557559
rqrcode

0 commit comments

Comments
 (0)