Skip to content

Commit 0942abf

Browse files
Update dependency rails to v8
1 parent 8afccfc commit 0942abf

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
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: 73 additions & 73 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)
@@ -129,7 +129,7 @@ GEM
129129
choice (0.2.0)
130130
chunky_png (1.4.0)
131131
concurrent-ruby (1.3.5)
132-
connection_pool (2.5.0)
132+
connection_pool (2.5.1)
133133
crass (1.0.6)
134134
cssbundling-rails (1.4.1)
135135
railties (>= 6.0.0)
@@ -180,7 +180,7 @@ GEM
180180
activesupport (>= 6.0.0)
181181
railties (>= 6.0.0)
182182
io-console (0.8.0)
183-
irb (1.15.1)
183+
irb (1.15.2)
184184
pp (>= 0.6.0)
185185
rdoc (>= 4.0.0)
186186
reline (>= 0.4.2)
@@ -199,7 +199,7 @@ GEM
199199
letter_opener (1.10.0)
200200
launchy (>= 2.2, < 4)
201201
lint_roller (1.1.0)
202-
logger (1.6.6)
202+
logger (1.7.0)
203203
loofah (2.24.0)
204204
crass (~> 1.0.2)
205205
nokogiri (>= 1.12.0)
@@ -212,7 +212,7 @@ GEM
212212
matrix (0.4.2)
213213
mini_mime (1.1.5)
214214
mini_portile2 (2.8.8)
215-
minitest (5.25.4)
215+
minitest (5.25.5)
216216
msgpack (1.7.5)
217217
net-http (0.6.0)
218218
uri
@@ -226,24 +226,24 @@ GEM
226226
net-smtp (0.5.1)
227227
net-protocol
228228
nio4r (2.7.4)
229-
nokogiri (1.18.4)
229+
nokogiri (1.18.7)
230230
mini_portile2 (~> 2.8.2)
231231
racc (~> 1.4)
232-
nokogiri (1.18.4-aarch64-linux-gnu)
232+
nokogiri (1.18.7-aarch64-linux-gnu)
233233
racc (~> 1.4)
234-
nokogiri (1.18.4-aarch64-linux-musl)
234+
nokogiri (1.18.7-aarch64-linux-musl)
235235
racc (~> 1.4)
236-
nokogiri (1.18.4-arm-linux-gnu)
236+
nokogiri (1.18.7-arm-linux-gnu)
237237
racc (~> 1.4)
238-
nokogiri (1.18.4-arm-linux-musl)
238+
nokogiri (1.18.7-arm-linux-musl)
239239
racc (~> 1.4)
240-
nokogiri (1.18.4-arm64-darwin)
240+
nokogiri (1.18.7-arm64-darwin)
241241
racc (~> 1.4)
242-
nokogiri (1.18.4-x86_64-darwin)
242+
nokogiri (1.18.7-x86_64-darwin)
243243
racc (~> 1.4)
244-
nokogiri (1.18.4-x86_64-linux-gnu)
244+
nokogiri (1.18.7-x86_64-linux-gnu)
245245
racc (~> 1.4)
246-
nokogiri (1.18.4-x86_64-linux-musl)
246+
nokogiri (1.18.7-x86_64-linux-musl)
247247
racc (~> 1.4)
248248
orm_adapter (0.5.0)
249249
parallel (1.26.3)
@@ -271,28 +271,28 @@ GEM
271271
rspec-mocks (~> 3.12)
272272
rspec-support (~> 3.12)
273273
racc (1.8.1)
274-
rack (3.1.12)
274+
rack (3.1.13)
275275
rack-session (2.1.0)
276276
base64 (>= 0.1.0)
277277
rack (>= 3.0.0)
278278
rack-test (2.2.0)
279279
rack (>= 1.3)
280280
rackup (2.2.1)
281281
rack (>= 3)
282-
rails (7.2.2.1)
283-
actioncable (= 7.2.2.1)
284-
actionmailbox (= 7.2.2.1)
285-
actionmailer (= 7.2.2.1)
286-
actionpack (= 7.2.2.1)
287-
actiontext (= 7.2.2.1)
288-
actionview (= 7.2.2.1)
289-
activejob (= 7.2.2.1)
290-
activemodel (= 7.2.2.1)
291-
activerecord (= 7.2.2.1)
292-
activestorage (= 7.2.2.1)
293-
activesupport (= 7.2.2.1)
282+
rails (8.0.2)
283+
actioncable (= 8.0.2)
284+
actionmailbox (= 8.0.2)
285+
actionmailer (= 8.0.2)
286+
actionpack (= 8.0.2)
287+
actiontext (= 8.0.2)
288+
actionview (= 8.0.2)
289+
activejob (= 8.0.2)
290+
activemodel (= 8.0.2)
291+
activerecord (= 8.0.2)
292+
activestorage (= 8.0.2)
293+
activesupport (= 8.0.2)
294294
bundler (>= 1.15.0)
295-
railties (= 7.2.2.1)
295+
railties (= 8.0.2)
296296
rails-dom-testing (2.2.0)
297297
activesupport (>= 5.0.0)
298298
minitest
@@ -305,20 +305,20 @@ GEM
305305
rails-html-sanitizer (1.6.2)
306306
loofah (~> 2.21)
307307
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)
308-
railties (7.2.2.1)
309-
actionpack (= 7.2.2.1)
310-
activesupport (= 7.2.2.1)
308+
railties (8.0.2)
309+
actionpack (= 8.0.2)
310+
activesupport (= 8.0.2)
311311
irb (~> 1.13)
312312
rackup (>= 1.0.0)
313313
rake (>= 12.2)
314314
thor (~> 1.0, >= 1.2.2)
315315
zeitwerk (~> 2.6)
316316
rainbow (3.1.1)
317317
rake (13.2.1)
318-
rdoc (6.12.0)
318+
rdoc (6.13.1)
319319
psych (>= 4.0.0)
320320
regexp_parser (2.10.0)
321-
reline (0.6.0)
321+
reline (0.6.1)
322322
io-console (~> 0.5)
323323
responders (3.1.1)
324324
actionpack (>= 5.2)
@@ -406,7 +406,7 @@ GEM
406406
sprockets (>= 3.0.0)
407407
stimulus-rails (1.3.4)
408408
railties (>= 6.0.0)
409-
stringio (3.1.5)
409+
stringio (3.1.6)
410410
thor (1.3.2)
411411
timeout (0.4.3)
412412
turbo-rails (2.0.11)
@@ -474,7 +474,7 @@ DEPENDENCIES
474474
puma (>= 5.0)
475475
pundit
476476
pundit-matchers
477-
rails (~> 7.2.0, >= 7.2.2.1)
477+
rails (~> 8.0.0, >= 8.0.2)
478478
rails-erd
479479
route_translator
480480
rqrcode

0 commit comments

Comments
 (0)