Skip to content

Commit 5c3abe7

Browse files
chore(deps): update ruby on rails packages to v8
1 parent c1b3b16 commit 5c3abe7

File tree

2 files changed

+99
-96
lines changed

2 files changed

+99
-96
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.8"
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.1.0", ">= 8.1.2"
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: 98 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.3)
5-
actionpack (= 7.2.3)
6-
activesupport (= 7.2.3)
4+
action_text-trix (2.1.17)
5+
railties
6+
actioncable (8.1.2)
7+
actionpack (= 8.1.2)
8+
activesupport (= 8.1.2)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.3)
11-
actionpack (= 7.2.3)
12-
activejob (= 7.2.3)
13-
activerecord (= 7.2.3)
14-
activestorage (= 7.2.3)
15-
activesupport (= 7.2.3)
12+
actionmailbox (8.1.2)
13+
actionpack (= 8.1.2)
14+
activejob (= 8.1.2)
15+
activerecord (= 8.1.2)
16+
activestorage (= 8.1.2)
17+
activesupport (= 8.1.2)
1618
mail (>= 2.8.0)
17-
actionmailer (7.2.3)
18-
actionpack (= 7.2.3)
19-
actionview (= 7.2.3)
20-
activejob (= 7.2.3)
21-
activesupport (= 7.2.3)
19+
actionmailer (8.1.2)
20+
actionpack (= 8.1.2)
21+
actionview (= 8.1.2)
22+
activejob (= 8.1.2)
23+
activesupport (= 8.1.2)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.3)
25-
actionview (= 7.2.3)
26-
activesupport (= 7.2.3)
27-
cgi
26+
actionpack (8.1.2)
27+
actionview (= 8.1.2)
28+
activesupport (= 8.1.2)
2829
nokogiri (>= 1.8.5)
29-
racc
30-
rack (>= 2.2.4, < 3.3)
30+
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (7.2.3)
37-
actionpack (= 7.2.3)
38-
activerecord (= 7.2.3)
39-
activestorage (= 7.2.3)
40-
activesupport (= 7.2.3)
36+
actiontext (8.1.2)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.2)
39+
activerecord (= 8.1.2)
40+
activestorage (= 8.1.2)
41+
activesupport (= 8.1.2)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.2.3)
44-
activesupport (= 7.2.3)
44+
actionview (8.1.2)
45+
activesupport (= 8.1.2)
4546
builder (~> 3.1)
46-
cgi
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
@@ -53,33 +53,34 @@ GEM
5353
activestorage (>= 6.1.4)
5454
activesupport (>= 6.1.4)
5555
marcel (>= 1.0.3)
56-
activejob (7.2.3)
57-
activesupport (= 7.2.3)
56+
activejob (8.1.2)
57+
activesupport (= 8.1.2)
5858
globalid (>= 0.3.6)
59-
activemodel (7.2.3)
60-
activesupport (= 7.2.3)
61-
activerecord (7.2.3)
62-
activemodel (= 7.2.3)
63-
activesupport (= 7.2.3)
59+
activemodel (8.1.2)
60+
activesupport (= 8.1.2)
61+
activerecord (8.1.2)
62+
activemodel (= 8.1.2)
63+
activesupport (= 8.1.2)
6464
timeout (>= 0.4.0)
65-
activestorage (7.2.3)
66-
actionpack (= 7.2.3)
67-
activejob (= 7.2.3)
68-
activerecord (= 7.2.3)
69-
activesupport (= 7.2.3)
65+
activestorage (8.1.2)
66+
actionpack (= 8.1.2)
67+
activejob (= 8.1.2)
68+
activerecord (= 8.1.2)
69+
activesupport (= 8.1.2)
7070
marcel (~> 1.0)
71-
activesupport (7.2.3)
71+
activesupport (8.1.2)
7272
base64
73-
benchmark (>= 0.3)
7473
bigdecimal
7574
concurrent-ruby (~> 1.0, >= 1.3.1)
7675
connection_pool (>= 2.2.5)
7776
drb
7877
i18n (>= 1.6, < 2)
78+
json
7979
logger (>= 1.4.2)
8080
minitest (>= 5.1)
8181
securerandom (>= 0.3)
8282
tzinfo (~> 2.0, >= 2.0.5)
83+
uri (>= 0.13.1)
8384
addressable (2.8.8)
8485
public_suffix (>= 2.0.2, < 8.0)
8586
ast (2.4.3)
@@ -113,8 +114,7 @@ GEM
113114
aws-eventstream (~> 1, >= 1.0.2)
114115
base64 (0.3.0)
115116
bcrypt (3.1.20)
116-
benchmark (0.4.1)
117-
bigdecimal (3.3.1)
117+
bigdecimal (4.0.1)
118118
bindex (0.8.1)
119119
bootsnap (1.22.0)
120120
msgpack (~> 1.2)
@@ -128,20 +128,19 @@ GEM
128128
rack-test (>= 0.6.3)
129129
regexp_parser (>= 1.5, < 3.0)
130130
xpath (~> 3.2)
131-
cgi (0.5.1)
132131
childprocess (5.1.0)
133132
logger (~> 1.5)
134133
choice (0.2.0)
135134
chunky_png (1.4.0)
136135
coderay (1.1.3)
137136
concurrent-ruby (1.3.6)
138-
connection_pool (2.5.5)
137+
connection_pool (3.0.2)
139138
crass (1.0.6)
140139
css_parser (1.21.1)
141140
addressable
142141
cssbundling-rails (1.4.3)
143142
railties (>= 6.0.0)
144-
date (3.4.1)
143+
date (3.5.1)
145144
debug (1.11.1)
146145
irb (~> 1.10)
147146
reline (>= 0.3.8)
@@ -155,7 +154,7 @@ GEM
155154
docile (1.4.1)
156155
dotenv (3.2.0)
157156
drb (2.2.3)
158-
erb (5.0.3)
157+
erb (6.0.2)
159158
erubi (1.13.1)
160159
factory_bot (6.5.6)
161160
activesupport (>= 6.1.0)
@@ -181,7 +180,7 @@ GEM
181180
ffi (1.17.3-x86_64-linux-gnu)
182181
ffi (1.17.3-x86_64-linux-musl)
183182
formatador (1.1.1)
184-
globalid (1.2.1)
183+
globalid (1.3.0)
185184
activesupport (>= 6.1)
186185
guard (2.19.1)
187186
formatador (>= 0.2.4)
@@ -208,8 +207,9 @@ GEM
208207
activesupport (>= 6.0.0)
209208
railties (>= 6.0.0)
210209
io-console (0.8.2)
211-
irb (1.15.3)
210+
irb (1.17.0)
212211
pp (>= 0.6.0)
212+
prism (>= 1.3.0)
213213
rdoc (>= 4.0.0)
214214
reline (>= 0.4.2)
215215
jbuilder (2.14.1)
@@ -232,7 +232,7 @@ GEM
232232
rb-fsevent (~> 0.10, >= 0.10.3)
233233
rb-inotify (~> 0.9, >= 0.9.10)
234234
logger (1.7.0)
235-
loofah (2.24.1)
235+
loofah (2.25.0)
236236
crass (~> 1.0.2)
237237
nokogiri (>= 1.12.0)
238238
lookbook (2.3.14)
@@ -248,22 +248,25 @@ GEM
248248
yard (~> 0.9)
249249
zeitwerk (~> 2.5)
250250
lumberjack (1.3.2)
251-
mail (2.8.1)
251+
mail (2.9.0)
252+
logger
252253
mini_mime (>= 0.1.1)
253254
net-imap
254255
net-pop
255256
net-smtp
256-
marcel (1.0.4)
257+
marcel (1.1.0)
257258
matrix (0.4.3)
258259
method_source (1.1.0)
259260
mini_mime (1.1.5)
260261
mini_portile2 (2.8.9)
261-
minitest (5.25.5)
262+
minitest (6.0.2)
263+
drb (~> 2.0)
264+
prism (~> 1.5)
262265
msgpack (1.8.0)
263266
nenv (0.3.0)
264267
net-http (0.8.0)
265268
uri (>= 0.11.1)
266-
net-imap (0.5.12)
269+
net-imap (0.6.3)
267270
date
268271
net-protocol
269272
net-pop (0.1.2)
@@ -273,24 +276,24 @@ GEM
273276
net-smtp (0.5.1)
274277
net-protocol
275278
nio4r (2.7.5)
276-
nokogiri (1.18.10)
279+
nokogiri (1.19.1)
277280
mini_portile2 (~> 2.8.2)
278281
racc (~> 1.4)
279-
nokogiri (1.18.10-aarch64-linux-gnu)
282+
nokogiri (1.19.1-aarch64-linux-gnu)
280283
racc (~> 1.4)
281-
nokogiri (1.18.10-aarch64-linux-musl)
284+
nokogiri (1.19.1-aarch64-linux-musl)
282285
racc (~> 1.4)
283-
nokogiri (1.18.10-arm-linux-gnu)
286+
nokogiri (1.19.1-arm-linux-gnu)
284287
racc (~> 1.4)
285-
nokogiri (1.18.10-arm-linux-musl)
288+
nokogiri (1.19.1-arm-linux-musl)
286289
racc (~> 1.4)
287-
nokogiri (1.18.10-arm64-darwin)
290+
nokogiri (1.19.1-arm64-darwin)
288291
racc (~> 1.4)
289-
nokogiri (1.18.10-x86_64-darwin)
292+
nokogiri (1.19.1-x86_64-darwin)
290293
racc (~> 1.4)
291-
nokogiri (1.18.10-x86_64-linux-gnu)
294+
nokogiri (1.19.1-x86_64-linux-gnu)
292295
racc (~> 1.4)
293-
nokogiri (1.18.10-x86_64-linux-musl)
296+
nokogiri (1.19.1-x86_64-linux-musl)
294297
racc (~> 1.4)
295298
notiffany (0.1.3)
296299
nenv (~> 0.1)
@@ -318,7 +321,7 @@ GEM
318321
pry (0.15.2)
319322
coderay (~> 1.1)
320323
method_source (~> 1.0)
321-
psych (5.2.6)
324+
psych (5.3.1)
322325
date
323326
stringio
324327
public_suffix (6.0.2)
@@ -332,28 +335,28 @@ GEM
332335
rspec-mocks (~> 3.12)
333336
rspec-support (~> 3.12)
334337
racc (1.8.1)
335-
rack (3.1.19)
338+
rack (3.2.5)
336339
rack-session (2.1.1)
337340
base64 (>= 0.1.0)
338341
rack (>= 3.0.0)
339342
rack-test (2.2.0)
340343
rack (>= 1.3)
341-
rackup (2.2.1)
344+
rackup (2.3.1)
342345
rack (>= 3)
343-
rails (7.2.3)
344-
actioncable (= 7.2.3)
345-
actionmailbox (= 7.2.3)
346-
actionmailer (= 7.2.3)
347-
actionpack (= 7.2.3)
348-
actiontext (= 7.2.3)
349-
actionview (= 7.2.3)
350-
activejob (= 7.2.3)
351-
activemodel (= 7.2.3)
352-
activerecord (= 7.2.3)
353-
activestorage (= 7.2.3)
354-
activesupport (= 7.2.3)
346+
rails (8.1.2)
347+
actioncable (= 8.1.2)
348+
actionmailbox (= 8.1.2)
349+
actionmailer (= 8.1.2)
350+
actionpack (= 8.1.2)
351+
actiontext (= 8.1.2)
352+
actionview (= 8.1.2)
353+
activejob (= 8.1.2)
354+
activemodel (= 8.1.2)
355+
activerecord (= 8.1.2)
356+
activestorage (= 8.1.2)
357+
activesupport (= 8.1.2)
355358
bundler (>= 1.15.0)
356-
railties (= 7.2.3)
359+
railties (= 8.1.2)
357360
rails-dom-testing (2.3.0)
358361
activesupport (>= 5.0.0)
359362
minitest
@@ -363,13 +366,12 @@ GEM
363366
activesupport (>= 4.2)
364367
choice (~> 0.2.0)
365368
ruby-graphviz (~> 1.2)
366-
rails-html-sanitizer (1.6.2)
367-
loofah (~> 2.21)
369+
rails-html-sanitizer (1.7.0)
370+
loofah (~> 2.25)
368371
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)
369-
railties (7.2.3)
370-
actionpack (= 7.2.3)
371-
activesupport (= 7.2.3)
372-
cgi
372+
railties (8.1.2)
373+
actionpack (= 8.1.2)
374+
activesupport (= 8.1.2)
373375
irb (~> 1.13)
374376
rackup (>= 1.0.0)
375377
rake (>= 12.2)
@@ -381,9 +383,10 @@ GEM
381383
rb-fsevent (0.11.2)
382384
rb-inotify (0.11.1)
383385
ffi (~> 1.0)
384-
rdoc (6.14.2)
386+
rdoc (7.2.0)
385387
erb
386388
psych (>= 4.0.0)
389+
tsort
387390
redcarpet (3.6.1)
388391
regexp_parser (2.11.3)
389392
reline (0.6.3)
@@ -484,9 +487,9 @@ GEM
484487
sprockets (>= 3.0.0)
485488
stimulus-rails (1.3.4)
486489
railties (>= 6.0.0)
487-
stringio (3.1.9)
488-
thor (1.4.0)
489-
timeout (0.4.4)
490+
stringio (3.2.0)
491+
thor (1.5.0)
492+
timeout (0.6.1)
490493
tsort (0.2.0)
491494
turbo-rails (2.0.23)
492495
actionpack (>= 7.1.0)
@@ -498,10 +501,10 @@ GEM
498501
unicode-emoji (4.2.0)
499502
uri (1.1.1)
500503
useragent (0.16.11)
501-
view_component (3.23.2)
502-
activesupport (>= 5.2.0, < 8.1)
504+
view_component (4.5.0)
505+
actionview (>= 7.1.0)
506+
activesupport (>= 7.1.0)
503507
concurrent-ruby (~> 1)
504-
method_source (~> 1.0)
505508
warden (1.2.9)
506509
rack (>= 2.0.9)
507510
web-console (4.2.1)
@@ -517,7 +520,7 @@ GEM
517520
xpath (3.2.0)
518521
nokogiri (~> 1.8)
519522
yard (0.9.38)
520-
zeitwerk (2.7.4)
523+
zeitwerk (2.7.5)
521524

522525
PLATFORMS
523526
aarch64-linux
@@ -562,7 +565,7 @@ DEPENDENCIES
562565
puma (>= 5.0)
563566
pundit
564567
pundit-matchers
565-
rails (~> 7.2.0, >= 7.2.2.1)
568+
rails (~> 8.1.0, >= 8.1.2)
566569
rails-erd
567570
route_translator
568571
rqrcode

0 commit comments

Comments
 (0)