Skip to content

Commit 6707b3f

Browse files
chore(deps): update ruby on rails packages to v8
1 parent 1214cad commit 6707b3f

File tree

2 files changed

+94
-93
lines changed

2 files changed

+94
-93
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.7"
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: 93 additions & 92 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.16)
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.1)
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,7 +207,7 @@ 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.16.0)
212211
pp (>= 0.6.0)
213212
rdoc (>= 4.0.0)
214213
reline (>= 0.4.2)
@@ -232,7 +231,7 @@ GEM
232231
rb-fsevent (~> 0.10, >= 0.10.3)
233232
rb-inotify (~> 0.9, >= 0.9.10)
234233
logger (1.7.0)
235-
loofah (2.24.1)
234+
loofah (2.25.0)
236235
crass (~> 1.0.2)
237236
nokogiri (>= 1.12.0)
238237
lookbook (2.3.14)
@@ -248,22 +247,24 @@ GEM
248247
yard (~> 0.9)
249248
zeitwerk (~> 2.5)
250249
lumberjack (1.3.2)
251-
mail (2.8.1)
250+
mail (2.9.0)
251+
logger
252252
mini_mime (>= 0.1.1)
253253
net-imap
254254
net-pop
255255
net-smtp
256-
marcel (1.0.4)
256+
marcel (1.1.0)
257257
matrix (0.4.3)
258258
method_source (1.1.0)
259259
mini_mime (1.1.5)
260260
mini_portile2 (2.8.9)
261-
minitest (5.25.5)
261+
minitest (6.0.1)
262+
prism (~> 1.5)
262263
msgpack (1.8.0)
263264
nenv (0.3.0)
264265
net-http (0.8.0)
265266
uri (>= 0.11.1)
266-
net-imap (0.5.12)
267+
net-imap (0.6.2)
267268
date
268269
net-protocol
269270
net-pop (0.1.2)
@@ -273,24 +274,24 @@ GEM
273274
net-smtp (0.5.1)
274275
net-protocol
275276
nio4r (2.7.5)
276-
nokogiri (1.18.10)
277+
nokogiri (1.19.0)
277278
mini_portile2 (~> 2.8.2)
278279
racc (~> 1.4)
279-
nokogiri (1.18.10-aarch64-linux-gnu)
280+
nokogiri (1.19.0-aarch64-linux-gnu)
280281
racc (~> 1.4)
281-
nokogiri (1.18.10-aarch64-linux-musl)
282+
nokogiri (1.19.0-aarch64-linux-musl)
282283
racc (~> 1.4)
283-
nokogiri (1.18.10-arm-linux-gnu)
284+
nokogiri (1.19.0-arm-linux-gnu)
284285
racc (~> 1.4)
285-
nokogiri (1.18.10-arm-linux-musl)
286+
nokogiri (1.19.0-arm-linux-musl)
286287
racc (~> 1.4)
287-
nokogiri (1.18.10-arm64-darwin)
288+
nokogiri (1.19.0-arm64-darwin)
288289
racc (~> 1.4)
289-
nokogiri (1.18.10-x86_64-darwin)
290+
nokogiri (1.19.0-x86_64-darwin)
290291
racc (~> 1.4)
291-
nokogiri (1.18.10-x86_64-linux-gnu)
292+
nokogiri (1.19.0-x86_64-linux-gnu)
292293
racc (~> 1.4)
293-
nokogiri (1.18.10-x86_64-linux-musl)
294+
nokogiri (1.19.0-x86_64-linux-musl)
294295
racc (~> 1.4)
295296
notiffany (0.1.3)
296297
nenv (~> 0.1)
@@ -318,7 +319,7 @@ GEM
318319
pry (0.15.2)
319320
coderay (~> 1.1)
320321
method_source (~> 1.0)
321-
psych (5.2.6)
322+
psych (5.3.1)
322323
date
323324
stringio
324325
public_suffix (6.0.2)
@@ -332,28 +333,28 @@ GEM
332333
rspec-mocks (~> 3.12)
333334
rspec-support (~> 3.12)
334335
racc (1.8.1)
335-
rack (3.1.19)
336+
rack (3.2.4)
336337
rack-session (2.1.1)
337338
base64 (>= 0.1.0)
338339
rack (>= 3.0.0)
339340
rack-test (2.2.0)
340341
rack (>= 1.3)
341-
rackup (2.2.1)
342+
rackup (2.3.1)
342343
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)
344+
rails (8.1.2)
345+
actioncable (= 8.1.2)
346+
actionmailbox (= 8.1.2)
347+
actionmailer (= 8.1.2)
348+
actionpack (= 8.1.2)
349+
actiontext (= 8.1.2)
350+
actionview (= 8.1.2)
351+
activejob (= 8.1.2)
352+
activemodel (= 8.1.2)
353+
activerecord (= 8.1.2)
354+
activestorage (= 8.1.2)
355+
activesupport (= 8.1.2)
355356
bundler (>= 1.15.0)
356-
railties (= 7.2.3)
357+
railties (= 8.1.2)
357358
rails-dom-testing (2.3.0)
358359
activesupport (>= 5.0.0)
359360
minitest
@@ -366,10 +367,9 @@ GEM
366367
rails-html-sanitizer (1.6.2)
367368
loofah (~> 2.21)
368369
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
370+
railties (8.1.2)
371+
actionpack (= 8.1.2)
372+
activesupport (= 8.1.2)
373373
irb (~> 1.13)
374374
rackup (>= 1.0.0)
375375
rake (>= 12.2)
@@ -381,9 +381,10 @@ GEM
381381
rb-fsevent (0.11.2)
382382
rb-inotify (0.11.1)
383383
ffi (~> 1.0)
384-
rdoc (6.14.2)
384+
rdoc (7.1.0)
385385
erb
386386
psych (>= 4.0.0)
387+
tsort
387388
redcarpet (3.6.1)
388389
regexp_parser (2.11.3)
389390
reline (0.6.3)
@@ -484,9 +485,9 @@ GEM
484485
sprockets (>= 3.0.0)
485486
stimulus-rails (1.3.4)
486487
railties (>= 6.0.0)
487-
stringio (3.1.9)
488-
thor (1.4.0)
489-
timeout (0.4.4)
488+
stringio (3.2.0)
489+
thor (1.5.0)
490+
timeout (0.6.0)
490491
tsort (0.2.0)
491492
turbo-rails (2.0.23)
492493
actionpack (>= 7.1.0)
@@ -498,10 +499,10 @@ GEM
498499
unicode-emoji (4.2.0)
499500
uri (1.1.1)
500501
useragent (0.16.11)
501-
view_component (3.23.2)
502-
activesupport (>= 5.2.0, < 8.1)
502+
view_component (4.2.0)
503+
actionview (>= 7.1.0)
504+
activesupport (>= 7.1.0)
503505
concurrent-ruby (~> 1)
504-
method_source (~> 1.0)
505506
warden (1.2.9)
506507
rack (>= 2.0.9)
507508
web-console (4.2.1)
@@ -562,7 +563,7 @@ DEPENDENCIES
562563
puma (>= 5.0)
563564
pundit
564565
pundit-matchers
565-
rails (~> 7.2.0, >= 7.2.2.1)
566+
rails (~> 8.1.0, >= 8.1.2)
566567
rails-erd
567568
route_translator
568569
rqrcode

0 commit comments

Comments
 (0)