Skip to content

Commit 95dc96c

Browse files
chore(deps): update ruby on rails packages to v8
1 parent 398eaae commit 95dc96c

File tree

2 files changed

+88
-87
lines changed

2 files changed

+88
-87
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.1"
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: 87 additions & 86 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.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
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.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
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.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
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.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
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.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.2.3)
44-
activesupport (= 7.2.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
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.1)
57+
activesupport (= 8.1.1)
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.1)
60+
activesupport (= 8.1.1)
61+
activerecord (8.1.1)
62+
activemodel (= 8.1.1)
63+
activesupport (= 8.1.1)
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.1)
66+
actionpack (= 8.1.1)
67+
activejob (= 8.1.1)
68+
activerecord (= 8.1.1)
69+
activesupport (= 8.1.1)
7070
marcel (~> 1.0)
71-
activesupport (7.2.3)
71+
activesupport (8.1.1)
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.7)
8485
public_suffix (>= 2.0.2, < 7.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.19.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.0)
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)
137-
concurrent-ruby (1.3.5)
138-
connection_pool (2.5.4)
136+
concurrent-ruby (1.3.6)
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.0)
146145
irb (~> 1.10)
147146
reline (>= 0.3.8)
@@ -155,7 +154,7 @@ GEM
155154
docile (1.4.1)
156155
dotenv (3.1.8)
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.2-x86_64-linux-gnu)
182181
ffi (1.17.2-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)
@@ -201,14 +200,14 @@ GEM
201200
rspec (>= 2.99.0, < 4.0)
202201
htmlbeautifier (1.4.3)
203202
htmlentities (4.3.4)
204-
i18n (1.14.7)
203+
i18n (1.14.8)
205204
concurrent-ruby (~> 1.0)
206205
importmap-rails (2.2.2)
207206
actionpack (>= 6.0.0)
208207
activesupport (>= 6.0.0)
209208
railties (>= 6.0.0)
210-
io-console (0.8.1)
211-
irb (1.15.3)
209+
io-console (0.8.2)
210+
irb (1.16.0)
212211
pp (>= 0.6.0)
213212
rdoc (>= 4.0.0)
214213
reline (>= 0.4.2)
@@ -231,7 +230,7 @@ GEM
231230
rb-fsevent (~> 0.10, >= 0.10.3)
232231
rb-inotify (~> 0.9, >= 0.9.10)
233232
logger (1.7.0)
234-
loofah (2.24.1)
233+
loofah (2.25.0)
235234
crass (~> 1.0.2)
236235
nokogiri (>= 1.12.0)
237236
lookbook (2.3.13)
@@ -247,22 +246,24 @@ GEM
247246
yard (~> 0.9)
248247
zeitwerk (~> 2.5)
249248
lumberjack (1.3.2)
250-
mail (2.8.1)
249+
mail (2.9.0)
250+
logger
251251
mini_mime (>= 0.1.1)
252252
net-imap
253253
net-pop
254254
net-smtp
255-
marcel (1.0.4)
255+
marcel (1.1.0)
256256
matrix (0.4.3)
257257
method_source (1.1.0)
258258
mini_mime (1.1.5)
259259
mini_portile2 (2.8.9)
260-
minitest (5.25.5)
260+
minitest (6.0.0)
261+
prism (~> 1.5)
261262
msgpack (1.8.0)
262263
nenv (0.3.0)
263264
net-http (0.8.0)
264265
uri (>= 0.11.1)
265-
net-imap (0.5.12)
266+
net-imap (0.6.2)
266267
date
267268
net-protocol
268269
net-pop (0.1.2)
@@ -317,7 +318,7 @@ GEM
317318
pry (0.15.2)
318319
coderay (~> 1.1)
319320
method_source (~> 1.0)
320-
psych (5.2.6)
321+
psych (5.3.1)
321322
date
322323
stringio
323324
public_suffix (6.0.2)
@@ -331,28 +332,28 @@ GEM
331332
rspec-mocks (~> 3.12)
332333
rspec-support (~> 3.12)
333334
racc (1.8.1)
334-
rack (3.1.19)
335+
rack (3.2.4)
335336
rack-session (2.1.1)
336337
base64 (>= 0.1.0)
337338
rack (>= 3.0.0)
338339
rack-test (2.2.0)
339340
rack (>= 1.3)
340-
rackup (2.2.1)
341+
rackup (2.3.1)
341342
rack (>= 3)
342-
rails (7.2.3)
343-
actioncable (= 7.2.3)
344-
actionmailbox (= 7.2.3)
345-
actionmailer (= 7.2.3)
346-
actionpack (= 7.2.3)
347-
actiontext (= 7.2.3)
348-
actionview (= 7.2.3)
349-
activejob (= 7.2.3)
350-
activemodel (= 7.2.3)
351-
activerecord (= 7.2.3)
352-
activestorage (= 7.2.3)
353-
activesupport (= 7.2.3)
343+
rails (8.1.1)
344+
actioncable (= 8.1.1)
345+
actionmailbox (= 8.1.1)
346+
actionmailer (= 8.1.1)
347+
actionpack (= 8.1.1)
348+
actiontext (= 8.1.1)
349+
actionview (= 8.1.1)
350+
activejob (= 8.1.1)
351+
activemodel (= 8.1.1)
352+
activerecord (= 8.1.1)
353+
activestorage (= 8.1.1)
354+
activesupport (= 8.1.1)
354355
bundler (>= 1.15.0)
355-
railties (= 7.2.3)
356+
railties (= 8.1.1)
356357
rails-dom-testing (2.3.0)
357358
activesupport (>= 5.0.0)
358359
minitest
@@ -365,10 +366,9 @@ GEM
365366
rails-html-sanitizer (1.6.2)
366367
loofah (~> 2.21)
367368
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)
368-
railties (7.2.3)
369-
actionpack (= 7.2.3)
370-
activesupport (= 7.2.3)
371-
cgi
369+
railties (8.1.1)
370+
actionpack (= 8.1.1)
371+
activesupport (= 8.1.1)
372372
irb (~> 1.13)
373373
rackup (>= 1.0.0)
374374
rake (>= 12.2)
@@ -380,9 +380,10 @@ GEM
380380
rb-fsevent (0.11.2)
381381
rb-inotify (0.11.1)
382382
ffi (~> 1.0)
383-
rdoc (6.14.2)
383+
rdoc (7.0.2)
384384
erb
385385
psych (>= 4.0.0)
386+
tsort
386387
redcarpet (3.6.1)
387388
regexp_parser (2.11.3)
388389
reline (0.6.3)
@@ -483,9 +484,9 @@ GEM
483484
sprockets (>= 3.0.0)
484485
stimulus-rails (1.3.4)
485486
railties (>= 6.0.0)
486-
stringio (3.1.8)
487+
stringio (3.2.0)
487488
thor (1.4.0)
488-
timeout (0.4.4)
489+
timeout (0.6.0)
489490
tsort (0.2.0)
490491
turbo-rails (2.0.20)
491492
actionpack (>= 7.1.0)
@@ -497,10 +498,10 @@ GEM
497498
unicode-emoji (4.1.0)
498499
uri (1.1.1)
499500
useragent (0.16.11)
500-
view_component (3.23.2)
501-
activesupport (>= 5.2.0, < 8.1)
501+
view_component (4.1.1)
502+
actionview (>= 7.1.0, < 8.2)
503+
activesupport (>= 7.1.0, < 8.2)
502504
concurrent-ruby (~> 1)
503-
method_source (~> 1.0)
504505
warden (1.2.9)
505506
rack (>= 2.0.9)
506507
web-console (4.2.1)
@@ -516,7 +517,7 @@ GEM
516517
xpath (3.2.0)
517518
nokogiri (~> 1.8)
518519
yard (0.9.37)
519-
zeitwerk (2.7.3)
520+
zeitwerk (2.7.4)
520521

521522
PLATFORMS
522523
aarch64-linux
@@ -561,7 +562,7 @@ DEPENDENCIES
561562
puma (>= 5.0)
562563
pundit
563564
pundit-matchers
564-
rails (~> 7.2.0, >= 7.2.2.1)
565+
rails (~> 8.1.0, >= 8.1.1)
565566
rails-erd
566567
route_translator
567568
rqrcode

0 commit comments

Comments
 (0)