Skip to content

Commit 3712748

Browse files
Update Ruby on Rails packages to v8
1 parent 07acaea commit 3712748

File tree

2 files changed

+77
-75
lines changed

2 files changed

+77
-75
lines changed

template/{{app_name}}/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "3.4.4"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.2.0", ">= 7.2.2.1"
6+
gem "rails", "~> 8.0.0", ">= 8.0.2"
77

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

template/{{app_name}}/Gemfile.lock

Lines changed: 76 additions & 74 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.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)
@@ -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.1)
55-
activesupport (= 7.2.2.1)
53+
activejob (8.0.2)
54+
activesupport (= 8.0.2)
5655
globalid (>= 0.3.6)
57-
activemodel (7.2.2.1)
58-
activesupport (= 7.2.2.1)
59-
activerecord (7.2.2.1)
60-
activemodel (= 7.2.2.1)
61-
activesupport (= 7.2.2.1)
56+
activemodel (8.0.2)
57+
activesupport (= 8.0.2)
58+
activerecord (8.0.2)
59+
activemodel (= 8.0.2)
60+
activesupport (= 8.0.2)
6261
timeout (>= 0.4.0)
63-
activestorage (7.2.2.1)
64-
actionpack (= 7.2.2.1)
65-
activejob (= 7.2.2.1)
66-
activerecord (= 7.2.2.1)
67-
activesupport (= 7.2.2.1)
62+
activestorage (8.0.2)
63+
actionpack (= 8.0.2)
64+
activejob (= 8.0.2)
65+
activerecord (= 8.0.2)
66+
activesupport (= 8.0.2)
6867
marcel (~> 1.0)
69-
activesupport (7.2.2.1)
68+
activesupport (8.0.2)
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)
@@ -151,6 +151,7 @@ GEM
151151
docile (1.4.1)
152152
dotenv (3.1.8)
153153
drb (2.2.3)
154+
erb (5.0.2)
154155
erubi (1.13.1)
155156
factory_bot (6.5.1)
156157
activesupport (>= 6.1.0)
@@ -202,7 +203,7 @@ GEM
202203
actionpack (>= 6.0.0)
203204
activesupport (>= 6.0.0)
204205
railties (>= 6.0.0)
205-
io-console (0.8.0)
206+
io-console (0.8.1)
206207
irb (1.15.2)
207208
pp (>= 0.6.0)
208209
rdoc (>= 4.0.0)
@@ -257,7 +258,7 @@ GEM
257258
nenv (0.3.0)
258259
net-http (0.6.0)
259260
uri
260-
net-imap (0.5.7)
261+
net-imap (0.5.9)
261262
date
262263
net-protocol
263264
net-pop (0.1.2)
@@ -267,24 +268,24 @@ GEM
267268
net-smtp (0.5.1)
268269
net-protocol
269270
nio4r (2.7.4)
270-
nokogiri (1.18.8)
271+
nokogiri (1.18.9)
271272
mini_portile2 (~> 2.8.2)
272273
racc (~> 1.4)
273-
nokogiri (1.18.8-aarch64-linux-gnu)
274+
nokogiri (1.18.9-aarch64-linux-gnu)
274275
racc (~> 1.4)
275-
nokogiri (1.18.8-aarch64-linux-musl)
276+
nokogiri (1.18.9-aarch64-linux-musl)
276277
racc (~> 1.4)
277-
nokogiri (1.18.8-arm-linux-gnu)
278+
nokogiri (1.18.9-arm-linux-gnu)
278279
racc (~> 1.4)
279-
nokogiri (1.18.8-arm-linux-musl)
280+
nokogiri (1.18.9-arm-linux-musl)
280281
racc (~> 1.4)
281-
nokogiri (1.18.8-arm64-darwin)
282+
nokogiri (1.18.9-arm64-darwin)
282283
racc (~> 1.4)
283-
nokogiri (1.18.8-x86_64-darwin)
284+
nokogiri (1.18.9-x86_64-darwin)
284285
racc (~> 1.4)
285-
nokogiri (1.18.8-x86_64-linux-gnu)
286+
nokogiri (1.18.9-x86_64-linux-gnu)
286287
racc (~> 1.4)
287-
nokogiri (1.18.8-x86_64-linux-musl)
288+
nokogiri (1.18.9-x86_64-linux-musl)
288289
racc (~> 1.4)
289290
notiffany (0.1.3)
290291
nenv (~> 0.1)
@@ -306,7 +307,7 @@ GEM
306307
pry (0.15.2)
307308
coderay (~> 1.1)
308309
method_source (~> 1.0)
309-
psych (5.2.4)
310+
psych (5.2.6)
310311
date
311312
stringio
312313
public_suffix (6.0.1)
@@ -328,20 +329,20 @@ GEM
328329
rack (>= 1.3)
329330
rackup (2.2.1)
330331
rack (>= 3)
331-
rails (7.2.2.1)
332-
actioncable (= 7.2.2.1)
333-
actionmailbox (= 7.2.2.1)
334-
actionmailer (= 7.2.2.1)
335-
actionpack (= 7.2.2.1)
336-
actiontext (= 7.2.2.1)
337-
actionview (= 7.2.2.1)
338-
activejob (= 7.2.2.1)
339-
activemodel (= 7.2.2.1)
340-
activerecord (= 7.2.2.1)
341-
activestorage (= 7.2.2.1)
342-
activesupport (= 7.2.2.1)
332+
rails (8.0.2)
333+
actioncable (= 8.0.2)
334+
actionmailbox (= 8.0.2)
335+
actionmailer (= 8.0.2)
336+
actionpack (= 8.0.2)
337+
actiontext (= 8.0.2)
338+
actionview (= 8.0.2)
339+
activejob (= 8.0.2)
340+
activemodel (= 8.0.2)
341+
activerecord (= 8.0.2)
342+
activestorage (= 8.0.2)
343+
activesupport (= 8.0.2)
343344
bundler (>= 1.15.0)
344-
railties (= 7.2.2.1)
345+
railties (= 8.0.2)
345346
rails-dom-testing (2.3.0)
346347
activesupport (>= 5.0.0)
347348
minitest
@@ -354,24 +355,25 @@ GEM
354355
rails-html-sanitizer (1.6.2)
355356
loofah (~> 2.21)
356357
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)
357-
railties (7.2.2.1)
358-
actionpack (= 7.2.2.1)
359-
activesupport (= 7.2.2.1)
358+
railties (8.0.2)
359+
actionpack (= 8.0.2)
360+
activesupport (= 8.0.2)
360361
irb (~> 1.13)
361362
rackup (>= 1.0.0)
362363
rake (>= 12.2)
363364
thor (~> 1.0, >= 1.2.2)
364365
zeitwerk (~> 2.6)
365366
rainbow (3.1.1)
366-
rake (13.2.1)
367+
rake (13.3.0)
367368
rb-fsevent (0.11.2)
368369
rb-inotify (0.11.1)
369370
ffi (~> 1.0)
370-
rdoc (6.12.0)
371+
rdoc (6.14.2)
372+
erb
371373
psych (>= 4.0.0)
372374
redcarpet (3.6.1)
373375
regexp_parser (2.10.0)
374-
reline (0.6.1)
376+
reline (0.6.2)
375377
io-console (~> 0.5)
376378
responders (3.1.1)
377379
actionpack (>= 5.2)
@@ -465,7 +467,7 @@ GEM
465467
stimulus-rails (1.3.4)
466468
railties (>= 6.0.0)
467469
stringio (3.1.7)
468-
thor (1.3.2)
470+
thor (1.4.0)
469471
timeout (0.4.3)
470472
turbo-rails (2.0.13)
471473
actionpack (>= 7.1.0)
@@ -489,14 +491,14 @@ GEM
489491
bindex (>= 0.4.0)
490492
railties (>= 6.0.0)
491493
websocket (1.2.11)
492-
websocket-driver (0.7.7)
494+
websocket-driver (0.8.0)
493495
base64
494496
websocket-extensions (>= 0.1.0)
495497
websocket-extensions (0.1.5)
496498
xpath (3.2.0)
497499
nokogiri (~> 1.8)
498500
yard (0.9.37)
499-
zeitwerk (2.7.2)
501+
zeitwerk (2.7.3)
500502

501503
PLATFORMS
502504
aarch64-linux
@@ -541,7 +543,7 @@ DEPENDENCIES
541543
puma (>= 5.0)
542544
pundit
543545
pundit-matchers
544-
rails (~> 7.2.0, >= 7.2.2.1)
546+
rails (~> 8.0.0, >= 8.0.2)
545547
rails-erd
546548
route_translator
547549
rqrcode

0 commit comments

Comments
 (0)