Skip to content

Commit 410418d

Browse files
app-rails: Update template-application-rails to version 0.4.1.post15.dev0+5c69fd4
1 parent 144b0f3 commit 410418d

File tree

2 files changed

+101
-95
lines changed

2 files changed

+101
-95
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-14-g36436fd
2+
_commit: v0.4.1-15-g5c69fd4
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

app-rails/Gemfile.lock

Lines changed: 100 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,74 @@
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+
actioncable (7.2.3)
5+
actionpack (= 7.2.3)
6+
activesupport (= 7.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
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)
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)
1616
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)
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)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
24+
actionpack (7.2.3)
25+
actionview (= 7.2.3)
26+
activesupport (= 7.2.3)
27+
cgi
2728
nokogiri (>= 1.8.5)
2829
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4, < 3.3)
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 (7.2.3)
37+
actionpack (= 7.2.3)
38+
activerecord (= 7.2.3)
39+
activestorage (= 7.2.3)
40+
activesupport (= 7.2.3)
4041
globalid (>= 0.6.0)
4142
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
43+
actionview (7.2.3)
44+
activesupport (= 7.2.3)
4445
builder (~> 3.1)
46+
cgi
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
4749
rails-html-sanitizer (~> 1.6)
48-
active_storage_validations (3.0.1)
50+
active_storage_validations (3.0.2)
4951
activejob (>= 6.1.4)
5052
activemodel (>= 6.1.4)
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 (7.2.3)
57+
activesupport (= 7.2.3)
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 (7.2.3)
60+
activesupport (= 7.2.3)
61+
activerecord (7.2.3)
62+
activemodel (= 7.2.3)
63+
activesupport (= 7.2.3)
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 (7.2.3)
66+
actionpack (= 7.2.3)
67+
activejob (= 7.2.3)
68+
activerecord (= 7.2.3)
69+
activesupport (= 7.2.3)
6870
marcel (~> 1.0)
69-
activesupport (7.2.2.2)
71+
activesupport (7.2.3)
7072
base64
7173
benchmark (>= 0.3)
7274
bigdecimal
@@ -82,37 +84,37 @@ GEM
8284
public_suffix (>= 2.0.2, < 7.0)
8385
ast (2.4.3)
8486
aws-eventstream (1.4.0)
85-
aws-partitions (1.1154.0)
86-
aws-sdk-cognitoidentityprovider (1.129.0)
87-
aws-sdk-core (~> 3, >= 3.231.0)
87+
aws-partitions (1.1181.0)
88+
aws-sdk-cognitoidentityprovider (1.131.0)
89+
aws-sdk-core (~> 3, >= 3.234.0)
8890
aws-sigv4 (~> 1.5)
89-
aws-sdk-core (3.232.0)
91+
aws-sdk-core (3.237.0)
9092
aws-eventstream (~> 1, >= 1.3.0)
9193
aws-partitions (~> 1, >= 1.992.0)
9294
aws-sigv4 (~> 1.9)
9395
base64
9496
bigdecimal
9597
jmespath (~> 1, >= 1.6.1)
9698
logger
97-
aws-sdk-kms (1.112.0)
98-
aws-sdk-core (~> 3, >= 3.231.0)
99+
aws-sdk-kms (1.117.0)
100+
aws-sdk-core (~> 3, >= 3.234.0)
99101
aws-sigv4 (~> 1.5)
100102
aws-sdk-rails (5.1.0)
101103
aws-sdk-core (~> 3)
102104
railties (>= 7.1.0)
103105
aws-sdk-rds (1.284.0)
104106
aws-sdk-core (~> 3, >= 3.227.0)
105107
aws-sigv4 (~> 1.5)
106-
aws-sdk-s3 (1.198.0)
107-
aws-sdk-core (~> 3, >= 3.231.0)
108+
aws-sdk-s3 (1.203.1)
109+
aws-sdk-core (~> 3, >= 3.234.0)
108110
aws-sdk-kms (~> 1)
109111
aws-sigv4 (~> 1.5)
110112
aws-sigv4 (1.12.1)
111113
aws-eventstream (~> 1, >= 1.0.2)
112114
base64 (0.3.0)
113115
bcrypt (3.1.20)
114116
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)
@@ -126,6 +128,7 @@ GEM
126128
rack-test (>= 0.6.3)
127129
regexp_parser (>= 1.5, < 3.0)
128130
xpath (~> 3.2)
131+
cgi (0.5.0)
129132
childprocess (5.1.0)
130133
logger (~> 1.5)
131134
choice (0.2.0)
@@ -152,21 +155,21 @@ GEM
152155
docile (1.4.1)
153156
dotenv (3.1.8)
154157
drb (2.2.3)
155-
erb (5.0.2)
158+
erb (5.0.3)
156159
erubi (1.13.1)
157-
factory_bot (6.5.4)
160+
factory_bot (6.5.6)
158161
activesupport (>= 6.1.0)
159-
factory_bot_rails (6.5.0)
162+
factory_bot_rails (6.5.1)
160163
factory_bot (~> 6.5)
161164
railties (>= 6.1.0)
162165
faker (3.5.2)
163166
i18n (>= 1.8.11, < 2)
164-
faraday (2.13.4)
167+
faraday (2.14.0)
165168
faraday-net_http (>= 2.0, < 3.5)
166169
json
167170
logger
168-
faraday-net_http (3.4.1)
169-
net-http (>= 0.5.0)
171+
faraday-net_http (3.4.2)
172+
net-http (~> 0.5)
170173
ffi (1.17.2-aarch64-linux-gnu)
171174
ffi (1.17.2-aarch64-linux-musl)
172175
ffi (1.17.2-arm-linux-gnu)
@@ -205,15 +208,15 @@ GEM
205208
activesupport (>= 6.0.0)
206209
railties (>= 6.0.0)
207210
io-console (0.8.1)
208-
irb (1.15.2)
211+
irb (1.15.3)
209212
pp (>= 0.6.0)
210213
rdoc (>= 4.0.0)
211214
reline (>= 0.4.2)
212215
jbuilder (2.14.1)
213216
actionview (>= 7.0.0)
214217
activesupport (>= 7.0.0)
215218
jmespath (1.6.2)
216-
json (2.13.2)
219+
json (2.16.0)
217220
jwt (3.1.2)
218221
base64
219222
language_server-protocol (3.17.0.5)
@@ -257,9 +260,9 @@ GEM
257260
minitest (5.25.5)
258261
msgpack (1.8.0)
259262
nenv (0.3.0)
260-
net-http (0.6.0)
263+
net-http (0.7.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)
@@ -320,36 +323,36 @@ GEM
320323
public_suffix (6.0.2)
321324
puma (6.6.1)
322325
nio4r (~> 2.0)
323-
pundit (2.5.0)
326+
pundit (2.5.2)
324327
activesupport (>= 3.0.0)
325328
pundit-matchers (4.0.0)
326329
rspec-core (~> 3.12)
327330
rspec-expectations (~> 3.12)
328331
rspec-mocks (~> 3.12)
329332
rspec-support (~> 3.12)
330333
racc (1.8.1)
331-
rack (3.1.16)
334+
rack (3.1.19)
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 (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)
351354
bundler (>= 1.15.0)
352-
railties (= 7.2.2.2)
355+
railties (= 7.2.3)
353356
rails-dom-testing (2.3.0)
354357
activesupport (>= 5.0.0)
355358
minitest
@@ -362,16 +365,18 @@ 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 (7.2.3)
369+
actionpack (= 7.2.3)
370+
activesupport (= 7.2.3)
371+
cgi
368372
irb (~> 1.13)
369373
rackup (>= 1.0.0)
370374
rake (>= 12.2)
371375
thor (~> 1.0, >= 1.2.2)
376+
tsort (>= 0.2)
372377
zeitwerk (~> 2.6)
373378
rainbow (3.1.1)
374-
rake (13.3.0)
379+
rake (13.3.1)
375380
rb-fsevent (0.11.2)
376381
rb-inotify (0.11.1)
377382
ffi (~> 1.0)
@@ -380,12 +385,12 @@ GEM
380385
psych (>= 4.0.0)
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)
387392
railties (>= 5.2)
388-
rexml (3.4.2)
393+
rexml (3.4.4)
389394
rouge (4.6.0)
390395
route_translator (15.2.0)
391396
actionpack (>= 6.1)
@@ -451,7 +456,7 @@ GEM
451456
ruby-progressbar (1.13.0)
452457
rubyzip (2.4.1)
453458
securerandom (0.4.1)
454-
selenium-webdriver (4.35.0)
459+
selenium-webdriver (4.38.0)
455460
base64 (~> 0.2)
456461
logger (~> 1.4)
457462
rexml (~> 3.2, >= 3.2.5)
@@ -476,16 +481,17 @@ GEM
476481
railties (>= 6.0.0)
477482
stringio (3.1.7)
478483
thor (1.4.0)
479-
timeout (0.4.3)
480-
turbo-rails (2.0.16)
484+
timeout (0.4.4)
485+
tsort (0.2.0)
486+
turbo-rails (2.0.20)
481487
actionpack (>= 7.1.0)
482488
railties (>= 7.1.0)
483489
tzinfo (2.0.6)
484490
concurrent-ruby (~> 1.0)
485491
unicode-display_width (3.1.5)
486492
unicode-emoji (~> 4.0, >= 4.0.4)
487493
unicode-emoji (4.0.4)
488-
uri (1.0.3)
494+
uri (1.1.1)
489495
useragent (0.16.11)
490496
view_component (3.23.2)
491497
activesupport (>= 5.2.0, < 8.1)

0 commit comments

Comments
 (0)