Skip to content

Commit 4c83d5f

Browse files
app-rails: Update template-application-rails to version 0.4.1.post10.dev0+d7af4e3
1 parent f5fc84a commit 4c83d5f

File tree

3 files changed

+61
-61
lines changed

3 files changed

+61
-61
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-9-gde67fae
2+
_commit: v0.4.1-10-gd7af4e3
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
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "3.4.5"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.2.0", ">= 7.2.2.1"
6+
gem "rails", "~> 8.0.0", ">= 8.0.2.1"
77

88
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99
gem "sprockets-rails"

app-rails/Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,45 @@
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 (8.0.2.1)
5+
actionpack (= 8.0.2.1)
6+
activesupport (= 8.0.2.1)
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 (8.0.2.1)
11+
actionpack (= 8.0.2.1)
12+
activejob (= 8.0.2.1)
13+
activerecord (= 8.0.2.1)
14+
activestorage (= 8.0.2.1)
15+
activesupport (= 8.0.2.1)
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 (8.0.2.1)
18+
actionpack (= 8.0.2.1)
19+
actionview (= 8.0.2.1)
20+
activejob (= 8.0.2.1)
21+
activesupport (= 8.0.2.1)
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 (8.0.2.1)
25+
actionview (= 8.0.2.1)
26+
activesupport (= 8.0.2.1)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
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)
34+
actiontext (8.0.2.1)
35+
actionpack (= 8.0.2.1)
36+
activerecord (= 8.0.2.1)
37+
activestorage (= 8.0.2.1)
38+
activesupport (= 8.0.2.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
41+
actionview (8.0.2.1)
42+
activesupport (= 8.0.2.1)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
@@ -51,22 +50,22 @@ GEM
5150
activestorage (>= 6.1.4)
5251
activesupport (>= 6.1.4)
5352
marcel (>= 1.0.3)
54-
activejob (7.2.2.2)
55-
activesupport (= 7.2.2.2)
53+
activejob (8.0.2.1)
54+
activesupport (= 8.0.2.1)
5655
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)
56+
activemodel (8.0.2.1)
57+
activesupport (= 8.0.2.1)
58+
activerecord (8.0.2.1)
59+
activemodel (= 8.0.2.1)
60+
activesupport (= 8.0.2.1)
6261
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)
62+
activestorage (8.0.2.1)
63+
actionpack (= 8.0.2.1)
64+
activejob (= 8.0.2.1)
65+
activerecord (= 8.0.2.1)
66+
activesupport (= 8.0.2.1)
6867
marcel (~> 1.0)
69-
activesupport (7.2.2.2)
68+
activesupport (8.0.2.1)
7069
base64
7170
benchmark (>= 0.3)
7271
bigdecimal
@@ -78,6 +77,7 @@ GEM
7877
minitest (>= 5.1)
7978
securerandom (>= 0.3)
8079
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
8181
addressable (2.8.7)
8282
public_suffix (>= 2.0.2, < 7.0)
8383
ast (2.4.3)
@@ -131,7 +131,7 @@ GEM
131131
chunky_png (1.4.0)
132132
coderay (1.1.3)
133133
concurrent-ruby (1.3.5)
134-
connection_pool (2.5.3)
134+
connection_pool (2.5.4)
135135
crass (1.0.6)
136136
css_parser (1.21.1)
137137
addressable
@@ -258,7 +258,7 @@ GEM
258258
nenv (0.3.0)
259259
net-http (0.6.0)
260260
uri
261-
net-imap (0.5.9)
261+
net-imap (0.5.10)
262262
date
263263
net-protocol
264264
net-pop (0.1.2)
@@ -321,28 +321,28 @@ GEM
321321
rspec-mocks (~> 3.12)
322322
rspec-support (~> 3.12)
323323
racc (1.8.1)
324-
rack (3.1.16)
324+
rack (3.2.1)
325325
rack-session (2.1.1)
326326
base64 (>= 0.1.0)
327327
rack (>= 3.0.0)
328328
rack-test (2.2.0)
329329
rack (>= 1.3)
330330
rackup (2.2.1)
331331
rack (>= 3)
332-
rails (7.2.2.2)
333-
actioncable (= 7.2.2.2)
334-
actionmailbox (= 7.2.2.2)
335-
actionmailer (= 7.2.2.2)
336-
actionpack (= 7.2.2.2)
337-
actiontext (= 7.2.2.2)
338-
actionview (= 7.2.2.2)
339-
activejob (= 7.2.2.2)
340-
activemodel (= 7.2.2.2)
341-
activerecord (= 7.2.2.2)
342-
activestorage (= 7.2.2.2)
343-
activesupport (= 7.2.2.2)
332+
rails (8.0.2.1)
333+
actioncable (= 8.0.2.1)
334+
actionmailbox (= 8.0.2.1)
335+
actionmailer (= 8.0.2.1)
336+
actionpack (= 8.0.2.1)
337+
actiontext (= 8.0.2.1)
338+
actionview (= 8.0.2.1)
339+
activejob (= 8.0.2.1)
340+
activemodel (= 8.0.2.1)
341+
activerecord (= 8.0.2.1)
342+
activestorage (= 8.0.2.1)
343+
activesupport (= 8.0.2.1)
344344
bundler (>= 1.15.0)
345-
railties (= 7.2.2.2)
345+
railties (= 8.0.2.1)
346346
rails-dom-testing (2.3.0)
347347
activesupport (>= 5.0.0)
348348
minitest
@@ -355,9 +355,9 @@ GEM
355355
rails-html-sanitizer (1.6.2)
356356
loofah (~> 2.21)
357357
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)
358-
railties (7.2.2.2)
359-
actionpack (= 7.2.2.2)
360-
activesupport (= 7.2.2.2)
358+
railties (8.0.2.1)
359+
actionpack (= 8.0.2.1)
360+
activesupport (= 8.0.2.1)
361361
irb (~> 1.13)
362362
rackup (>= 1.0.0)
363363
rake (>= 12.2)
@@ -544,7 +544,7 @@ DEPENDENCIES
544544
puma (>= 5.0)
545545
pundit
546546
pundit-matchers
547-
rails (~> 7.2.0, >= 7.2.2.1)
547+
rails (~> 8.0.0, >= 8.0.2.1)
548548
rails-erd
549549
route_translator
550550
rqrcode

0 commit comments

Comments
 (0)