Skip to content

Commit 0f77f2e

Browse files
app-rails: Update template-application-rails to version 0.4.1.post17.dev0+e6eded1
1 parent f77850a commit 0f77f2e

File tree

3 files changed

+95
-89
lines changed

3 files changed

+95
-89
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.4.1-16-gbdd839a
2+
_commit: v0.4.1-17-ge6eded1
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

app-rails/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"

app-rails/Gemfile.lock

Lines changed: 93 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,48 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.2)
5-
actionpack (= 7.2.2.2)
6-
activesupport (= 7.2.2.2)
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.2.2)
11-
actionpack (= 7.2.2.2)
12-
activejob (= 7.2.2.2)
13-
activerecord (= 7.2.2.2)
14-
activestorage (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
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.2.2)
18-
actionpack (= 7.2.2.2)
19-
actionview (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
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.2.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4)
3031
rack-session (>= 1.0.1)
3132
rack-test (>= 0.6.3)
3233
rails-dom-testing (~> 2.2)
3334
rails-html-sanitizer (~> 1.6)
3435
useragent (~> 0.16)
35-
actiontext (7.2.2.2)
36-
actionpack (= 7.2.2.2)
37-
activerecord (= 7.2.2.2)
38-
activestorage (= 7.2.2.2)
39-
activesupport (= 7.2.2.2)
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)
4042
globalid (>= 0.6.0)
4143
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4446
builder (~> 3.1)
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
@@ -51,33 +53,34 @@ GEM
5153
activestorage (>= 6.1.4)
5254
activesupport (>= 6.1.4)
5355
marcel (>= 1.0.3)
54-
activejob (7.2.2.2)
55-
activesupport (= 7.2.2.2)
56+
activejob (8.1.1)
57+
activesupport (= 8.1.1)
5658
globalid (>= 0.3.6)
57-
activemodel (7.2.2.2)
58-
activesupport (= 7.2.2.2)
59-
activerecord (7.2.2.2)
60-
activemodel (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
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)
6264
timeout (>= 0.4.0)
63-
activestorage (7.2.2.2)
64-
actionpack (= 7.2.2.2)
65-
activejob (= 7.2.2.2)
66-
activerecord (= 7.2.2.2)
67-
activesupport (= 7.2.2.2)
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)
6870
marcel (~> 1.0)
69-
activesupport (7.2.2.2)
71+
activesupport (8.1.1)
7072
base64
71-
benchmark (>= 0.3)
7273
bigdecimal
7374
concurrent-ruby (~> 1.0, >= 1.3.1)
7475
connection_pool (>= 2.2.5)
7576
drb
7677
i18n (>= 1.6, < 2)
78+
json
7779
logger (>= 1.4.2)
7880
minitest (>= 5.1)
7981
securerandom (>= 0.3)
8082
tzinfo (~> 2.0, >= 2.0.5)
83+
uri (>= 0.13.1)
8184
addressable (2.8.7)
8285
public_suffix (>= 2.0.2, < 7.0)
8386
ast (2.4.3)
@@ -111,8 +114,7 @@ GEM
111114
aws-eventstream (~> 1, >= 1.0.2)
112115
base64 (0.3.0)
113116
bcrypt (3.1.20)
114-
benchmark (0.4.1)
115-
bigdecimal (3.2.3)
117+
bigdecimal (3.3.1)
116118
bindex (0.8.1)
117119
bootsnap (1.18.6)
118120
msgpack (~> 1.2)
@@ -138,7 +140,7 @@ GEM
138140
addressable
139141
cssbundling-rails (1.4.3)
140142
railties (>= 6.0.0)
141-
date (3.4.1)
143+
date (3.5.0)
142144
debug (1.11.0)
143145
irb (~> 1.10)
144146
reline (>= 0.3.8)
@@ -152,7 +154,7 @@ GEM
152154
docile (1.4.1)
153155
dotenv (3.1.8)
154156
drb (2.2.3)
155-
erb (5.0.2)
157+
erb (6.0.0)
156158
erubi (1.13.1)
157159
factory_bot (6.5.4)
158160
activesupport (>= 6.1.0)
@@ -178,7 +180,7 @@ GEM
178180
ffi (1.17.2-x86_64-linux-gnu)
179181
ffi (1.17.2-x86_64-linux-musl)
180182
formatador (1.1.1)
181-
globalid (1.2.1)
183+
globalid (1.3.0)
182184
activesupport (>= 6.1)
183185
guard (2.19.1)
184186
formatador (>= 0.2.4)
@@ -205,7 +207,7 @@ GEM
205207
activesupport (>= 6.0.0)
206208
railties (>= 6.0.0)
207209
io-console (0.8.1)
208-
irb (1.15.2)
210+
irb (1.15.3)
209211
pp (>= 0.6.0)
210212
rdoc (>= 4.0.0)
211213
reline (>= 0.4.2)
@@ -244,22 +246,23 @@ GEM
244246
yard (~> 0.9)
245247
zeitwerk (~> 2.5)
246248
lumberjack (1.3.2)
247-
mail (2.8.1)
249+
mail (2.9.0)
250+
logger
248251
mini_mime (>= 0.1.1)
249252
net-imap
250253
net-pop
251254
net-smtp
252-
marcel (1.0.4)
255+
marcel (1.1.0)
253256
matrix (0.4.3)
254257
method_source (1.1.0)
255258
mini_mime (1.1.5)
256259
mini_portile2 (2.8.9)
257-
minitest (5.25.5)
260+
minitest (5.26.1)
258261
msgpack (1.8.0)
259262
nenv (0.3.0)
260263
net-http (0.6.0)
261264
uri
262-
net-imap (0.5.9)
265+
net-imap (0.5.12)
263266
date
264267
net-protocol
265268
net-pop (0.1.2)
@@ -268,25 +271,25 @@ GEM
268271
timeout
269272
net-smtp (0.5.1)
270273
net-protocol
271-
nio4r (2.7.4)
272-
nokogiri (1.18.9)
274+
nio4r (2.7.5)
275+
nokogiri (1.18.10)
273276
mini_portile2 (~> 2.8.2)
274277
racc (~> 1.4)
275-
nokogiri (1.18.9-aarch64-linux-gnu)
278+
nokogiri (1.18.10-aarch64-linux-gnu)
276279
racc (~> 1.4)
277-
nokogiri (1.18.9-aarch64-linux-musl)
280+
nokogiri (1.18.10-aarch64-linux-musl)
278281
racc (~> 1.4)
279-
nokogiri (1.18.9-arm-linux-gnu)
282+
nokogiri (1.18.10-arm-linux-gnu)
280283
racc (~> 1.4)
281-
nokogiri (1.18.9-arm-linux-musl)
284+
nokogiri (1.18.10-arm-linux-musl)
282285
racc (~> 1.4)
283-
nokogiri (1.18.9-arm64-darwin)
286+
nokogiri (1.18.10-arm64-darwin)
284287
racc (~> 1.4)
285-
nokogiri (1.18.9-x86_64-darwin)
288+
nokogiri (1.18.10-x86_64-darwin)
286289
racc (~> 1.4)
287-
nokogiri (1.18.9-x86_64-linux-gnu)
290+
nokogiri (1.18.10-x86_64-linux-gnu)
288291
racc (~> 1.4)
289-
nokogiri (1.18.9-x86_64-linux-musl)
292+
nokogiri (1.18.10-x86_64-linux-musl)
290293
racc (~> 1.4)
291294
notiffany (0.1.3)
292295
nenv (~> 0.1)
@@ -307,7 +310,7 @@ GEM
307310
pg-aws_rds_iam (0.7.0)
308311
aws-sdk-rds (~> 1.0)
309312
pg (~> 1.1)
310-
pp (0.6.2)
313+
pp (0.6.3)
311314
prettyprint
312315
prettyprint (0.2.0)
313316
prism (1.4.0)
@@ -328,28 +331,28 @@ GEM
328331
rspec-mocks (~> 3.12)
329332
rspec-support (~> 3.12)
330333
racc (1.8.1)
331-
rack (3.1.16)
334+
rack (3.2.4)
332335
rack-session (2.1.1)
333336
base64 (>= 0.1.0)
334337
rack (>= 3.0.0)
335338
rack-test (2.2.0)
336339
rack (>= 1.3)
337340
rackup (2.2.1)
338341
rack (>= 3)
339-
rails (7.2.2.2)
340-
actioncable (= 7.2.2.2)
341-
actionmailbox (= 7.2.2.2)
342-
actionmailer (= 7.2.2.2)
343-
actionpack (= 7.2.2.2)
344-
actiontext (= 7.2.2.2)
345-
actionview (= 7.2.2.2)
346-
activejob (= 7.2.2.2)
347-
activemodel (= 7.2.2.2)
348-
activerecord (= 7.2.2.2)
349-
activestorage (= 7.2.2.2)
350-
activesupport (= 7.2.2.2)
342+
rails (8.1.1)
343+
actioncable (= 8.1.1)
344+
actionmailbox (= 8.1.1)
345+
actionmailer (= 8.1.1)
346+
actionpack (= 8.1.1)
347+
actiontext (= 8.1.1)
348+
actionview (= 8.1.1)
349+
activejob (= 8.1.1)
350+
activemodel (= 8.1.1)
351+
activerecord (= 8.1.1)
352+
activestorage (= 8.1.1)
353+
activesupport (= 8.1.1)
351354
bundler (>= 1.15.0)
352-
railties (= 7.2.2.2)
355+
railties (= 8.1.1)
353356
rails-dom-testing (2.3.0)
354357
activesupport (>= 5.0.0)
355358
minitest
@@ -362,25 +365,27 @@ GEM
362365
rails-html-sanitizer (1.6.2)
363366
loofah (~> 2.21)
364367
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)
365-
railties (7.2.2.2)
366-
actionpack (= 7.2.2.2)
367-
activesupport (= 7.2.2.2)
368+
railties (8.1.1)
369+
actionpack (= 8.1.1)
370+
activesupport (= 8.1.1)
368371
irb (~> 1.13)
369372
rackup (>= 1.0.0)
370373
rake (>= 12.2)
371374
thor (~> 1.0, >= 1.2.2)
375+
tsort (>= 0.2)
372376
zeitwerk (~> 2.6)
373377
rainbow (3.1.1)
374-
rake (13.3.0)
378+
rake (13.3.1)
375379
rb-fsevent (0.11.2)
376380
rb-inotify (0.11.1)
377381
ffi (~> 1.0)
378-
rdoc (6.14.2)
382+
rdoc (6.15.1)
379383
erb
380384
psych (>= 4.0.0)
385+
tsort
381386
redcarpet (3.6.1)
382387
regexp_parser (2.11.2)
383-
reline (0.6.2)
388+
reline (0.6.3)
384389
io-console (~> 0.5)
385390
responders (3.1.1)
386391
actionpack (>= 5.2)
@@ -474,9 +479,10 @@ GEM
474479
sprockets (>= 3.0.0)
475480
stimulus-rails (1.3.4)
476481
railties (>= 6.0.0)
477-
stringio (3.1.7)
482+
stringio (3.1.8)
478483
thor (1.4.0)
479-
timeout (0.4.3)
484+
timeout (0.4.4)
485+
tsort (0.2.0)
480486
turbo-rails (2.0.16)
481487
actionpack (>= 7.1.0)
482488
railties (>= 7.1.0)
@@ -487,10 +493,10 @@ GEM
487493
unicode-emoji (4.0.4)
488494
uri (1.0.3)
489495
useragent (0.16.11)
490-
view_component (3.23.2)
491-
activesupport (>= 5.2.0, < 8.1)
496+
view_component (4.1.1)
497+
actionview (>= 7.1.0, < 8.2)
498+
activesupport (>= 7.1.0, < 8.2)
492499
concurrent-ruby (~> 1)
493-
method_source (~> 1.0)
494500
warden (1.2.9)
495501
rack (>= 2.0.9)
496502
web-console (4.2.1)
@@ -551,7 +557,7 @@ DEPENDENCIES
551557
puma (>= 5.0)
552558
pundit
553559
pundit-matchers
554-
rails (~> 7.2.0, >= 7.2.2.1)
560+
rails (~> 8.1.0, >= 8.1.1)
555561
rails-erd
556562
route_translator
557563
rqrcode

0 commit comments

Comments
 (0)