Skip to content

Commit cf09f4e

Browse files
Update Ruby on Rails packages to v8
1 parent 6dbe98a commit cf09f4e

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
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.2"
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: 66 additions & 66 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.2)
@@ -130,7 +130,7 @@ GEM
130130
chunky_png (1.4.0)
131131
coderay (1.1.3)
132132
concurrent-ruby (1.3.5)
133-
connection_pool (2.5.0)
133+
connection_pool (2.5.3)
134134
crass (1.0.6)
135135
css_parser (1.21.1)
136136
addressable
@@ -202,7 +202,7 @@ GEM
202202
activesupport (>= 6.0.0)
203203
railties (>= 6.0.0)
204204
io-console (0.8.0)
205-
irb (1.15.1)
205+
irb (1.15.2)
206206
pp (>= 0.6.0)
207207
rdoc (>= 4.0.0)
208208
reline (>= 0.4.2)
@@ -224,7 +224,7 @@ GEM
224224
listen (3.9.0)
225225
rb-fsevent (~> 0.10, >= 0.10.3)
226226
rb-inotify (~> 0.9, >= 0.9.10)
227-
logger (1.6.6)
227+
logger (1.7.0)
228228
loofah (2.24.0)
229229
crass (~> 1.0.2)
230230
nokogiri (>= 1.12.0)
@@ -251,12 +251,12 @@ GEM
251251
method_source (1.1.0)
252252
mini_mime (1.1.5)
253253
mini_portile2 (2.8.8)
254-
minitest (5.25.4)
254+
minitest (5.25.5)
255255
msgpack (1.7.5)
256256
nenv (0.3.0)
257257
net-http (0.6.0)
258258
uri
259-
net-imap (0.5.6)
259+
net-imap (0.5.8)
260260
date
261261
net-protocol
262262
net-pop (0.1.2)
@@ -304,7 +304,7 @@ GEM
304304
pry (0.15.2)
305305
coderay (~> 1.1)
306306
method_source (~> 1.0)
307-
psych (5.2.3)
307+
psych (5.2.4)
308308
date
309309
stringio
310310
public_suffix (6.0.1)
@@ -318,28 +318,28 @@ GEM
318318
rspec-mocks (~> 3.12)
319319
rspec-support (~> 3.12)
320320
racc (1.8.1)
321-
rack (3.1.12)
321+
rack (3.1.13)
322322
rack-session (2.1.0)
323323
base64 (>= 0.1.0)
324324
rack (>= 3.0.0)
325325
rack-test (2.2.0)
326326
rack (>= 1.3)
327327
rackup (2.2.1)
328328
rack (>= 3)
329-
rails (7.2.2.1)
330-
actioncable (= 7.2.2.1)
331-
actionmailbox (= 7.2.2.1)
332-
actionmailer (= 7.2.2.1)
333-
actionpack (= 7.2.2.1)
334-
actiontext (= 7.2.2.1)
335-
actionview (= 7.2.2.1)
336-
activejob (= 7.2.2.1)
337-
activemodel (= 7.2.2.1)
338-
activerecord (= 7.2.2.1)
339-
activestorage (= 7.2.2.1)
340-
activesupport (= 7.2.2.1)
329+
rails (8.0.2)
330+
actioncable (= 8.0.2)
331+
actionmailbox (= 8.0.2)
332+
actionmailer (= 8.0.2)
333+
actionpack (= 8.0.2)
334+
actiontext (= 8.0.2)
335+
actionview (= 8.0.2)
336+
activejob (= 8.0.2)
337+
activemodel (= 8.0.2)
338+
activerecord (= 8.0.2)
339+
activestorage (= 8.0.2)
340+
activesupport (= 8.0.2)
341341
bundler (>= 1.15.0)
342-
railties (= 7.2.2.1)
342+
railties (= 8.0.2)
343343
rails-dom-testing (2.2.0)
344344
activesupport (>= 5.0.0)
345345
minitest
@@ -352,9 +352,9 @@ GEM
352352
rails-html-sanitizer (1.6.2)
353353
loofah (~> 2.21)
354354
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)
355-
railties (7.2.2.1)
356-
actionpack (= 7.2.2.1)
357-
activesupport (= 7.2.2.1)
355+
railties (8.0.2)
356+
actionpack (= 8.0.2)
357+
activesupport (= 8.0.2)
358358
irb (~> 1.13)
359359
rackup (>= 1.0.0)
360360
rake (>= 12.2)
@@ -365,11 +365,11 @@ GEM
365365
rb-fsevent (0.11.2)
366366
rb-inotify (0.11.1)
367367
ffi (~> 1.0)
368-
rdoc (6.12.0)
368+
rdoc (6.13.1)
369369
psych (>= 4.0.0)
370370
redcarpet (3.6.1)
371371
regexp_parser (2.10.0)
372-
reline (0.6.0)
372+
reline (0.6.1)
373373
io-console (~> 0.5)
374374
responders (3.1.1)
375375
actionpack (>= 5.2)
@@ -461,7 +461,7 @@ GEM
461461
sprockets (>= 3.0.0)
462462
stimulus-rails (1.3.4)
463463
railties (>= 6.0.0)
464-
stringio (3.1.5)
464+
stringio (3.1.7)
465465
thor (1.3.2)
466466
timeout (0.4.3)
467467
turbo-rails (2.0.11)
@@ -538,7 +538,7 @@ DEPENDENCIES
538538
puma (>= 5.0)
539539
pundit
540540
pundit-matchers
541-
rails (~> 7.2.0, >= 7.2.2.1)
541+
rails (~> 8.0.0, >= 8.0.2)
542542
rails-erd
543543
route_translator
544544
rqrcode

0 commit comments

Comments
 (0)