Skip to content

Commit 1cce06d

Browse files
committed
Update dependencies
1 parent 019a786 commit 1cce06d

File tree

6 files changed

+917
-850
lines changed

6 files changed

+917
-850
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
source 'https://rubygems.org'
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
gem 'rails', '7.2.2.2'
6+
gem 'rails', '7.2.3'
77

88
gem 'bootsnap', require: false
99
gem 'newrelic_rpm', '~> 9.22'
1010
gem 'pg', '~> 1.6'
1111
gem 'puma', '~> 7.1'
12-
gem 'shakapacker', '9.2.0'
12+
gem 'shakapacker', '9.3.0'
1313
gem 'slim-rails', '~> 3.7'
1414
gem 'turbo-rails', '~> 2.0'
1515
gem 'tzinfo-data', platforms: %i[windows jruby]

Gemfile.lock

Lines changed: 85 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,68 @@
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-
activejob (7.2.2.2)
49-
activesupport (= 7.2.2.2)
50+
activejob (7.2.3)
51+
activesupport (= 7.2.3)
5052
globalid (>= 0.3.6)
51-
activemodel (7.2.2.2)
52-
activesupport (= 7.2.2.2)
53-
activerecord (7.2.2.2)
54-
activemodel (= 7.2.2.2)
55-
activesupport (= 7.2.2.2)
53+
activemodel (7.2.3)
54+
activesupport (= 7.2.3)
55+
activerecord (7.2.3)
56+
activemodel (= 7.2.3)
57+
activesupport (= 7.2.3)
5658
timeout (>= 0.4.0)
57-
activestorage (7.2.2.2)
58-
actionpack (= 7.2.2.2)
59-
activejob (= 7.2.2.2)
60-
activerecord (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
59+
activestorage (7.2.3)
60+
actionpack (= 7.2.3)
61+
activejob (= 7.2.3)
62+
activerecord (= 7.2.3)
63+
activesupport (= 7.2.3)
6264
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
65+
activesupport (7.2.3)
6466
base64
6567
benchmark (>= 0.3)
6668
bigdecimal
@@ -79,7 +81,7 @@ GEM
7981
activesupport (>= 6.0.0)
8082
ast (2.4.3)
8183
base64 (0.3.0)
82-
benchmark (0.4.1)
84+
benchmark (0.5.0)
8385
bigdecimal (3.3.1)
8486
bindex (0.8.1)
8587
bootsnap (1.18.6)
@@ -97,6 +99,7 @@ GEM
9799
rack-test (>= 0.6.3)
98100
regexp_parser (>= 1.5, < 3.0)
99101
xpath (~> 3.2)
102+
cgi (0.5.0)
100103
childprocess (5.1.0)
101104
logger (~> 1.5)
102105
coderay (1.1.3)
@@ -106,17 +109,17 @@ GEM
106109
bigdecimal
107110
rexml
108111
crass (1.0.6)
109-
date (3.4.1)
112+
date (3.5.0)
110113
diff-lcs (1.6.2)
111114
docile (1.4.1)
112115
drb (2.2.3)
113116
email_spec (2.3.0)
114117
htmlentities (~> 4.3.3)
115118
launchy (>= 2.1, < 4.0)
116119
mail (~> 2.7)
117-
erb (5.1.1)
120+
erb (5.1.3)
118121
erubi (1.13.1)
119-
factory_bot (6.5.5)
122+
factory_bot (6.5.6)
120123
activesupport (>= 6.1.0)
121124
factory_bot_rails (6.5.1)
122125
factory_bot (~> 6.5)
@@ -143,11 +146,11 @@ GEM
143146
ruby-progressbar (~> 1.8, >= 1.8.1)
144147
terminal-table (>= 1.5.1)
145148
io-console (0.8.1)
146-
irb (1.15.2)
149+
irb (1.15.3)
147150
pp (>= 0.6.0)
148151
rdoc (>= 4.0.0)
149152
reline (>= 0.4.2)
150-
json (2.15.1)
153+
json (2.15.2)
151154
language_server-protocol (3.17.0.5)
152155
launchy (3.1.1)
153156
addressable (~> 2.8)
@@ -158,7 +161,8 @@ GEM
158161
loofah (2.24.1)
159162
crass (~> 1.0.2)
160163
nokogiri (>= 1.12.0)
161-
mail (2.8.1)
164+
mail (2.9.0)
165+
logger
162166
mini_mime (>= 0.1.1)
163167
net-imap
164168
net-pop
@@ -180,7 +184,7 @@ GEM
180184
net-smtp (0.5.1)
181185
net-protocol
182186
newrelic_rpm (9.22.0)
183-
nio4r (2.7.4)
187+
nio4r (2.7.5)
184188
nokogiri (1.18.10)
185189
mini_portile2 (~> 2.8.2)
186190
racc (~> 1.4)
@@ -192,9 +196,9 @@ GEM
192196
racc (~> 1.4)
193197
nokogiri (1.18.10-x86_64-linux-gnu)
194198
racc (~> 1.4)
195-
package_json (0.1.0)
199+
package_json (0.1.1)
196200
parallel (1.27.0)
197-
parser (3.3.9.0)
201+
parser (3.3.10.0)
198202
ast (~> 2.4.1)
199203
racc
200204
pg (1.6.2)
@@ -221,7 +225,7 @@ GEM
221225
puma (7.1.0)
222226
nio4r (~> 2.0)
223227
racc (1.8.1)
224-
rack (3.1.18)
228+
rack (3.2.4)
225229
rack-mini-profiler (4.0.1)
226230
rack (>= 1.2.0)
227231
rack-proxy (0.7.7)
@@ -234,20 +238,20 @@ GEM
234238
rack-timeout (0.7.0)
235239
rackup (2.2.1)
236240
rack (>= 3)
237-
rails (7.2.2.2)
238-
actioncable (= 7.2.2.2)
239-
actionmailbox (= 7.2.2.2)
240-
actionmailer (= 7.2.2.2)
241-
actionpack (= 7.2.2.2)
242-
actiontext (= 7.2.2.2)
243-
actionview (= 7.2.2.2)
244-
activejob (= 7.2.2.2)
245-
activemodel (= 7.2.2.2)
246-
activerecord (= 7.2.2.2)
247-
activestorage (= 7.2.2.2)
248-
activesupport (= 7.2.2.2)
241+
rails (7.2.3)
242+
actioncable (= 7.2.3)
243+
actionmailbox (= 7.2.3)
244+
actionmailer (= 7.2.3)
245+
actionpack (= 7.2.3)
246+
actiontext (= 7.2.3)
247+
actionview (= 7.2.3)
248+
activejob (= 7.2.3)
249+
activemodel (= 7.2.3)
250+
activerecord (= 7.2.3)
251+
activestorage (= 7.2.3)
252+
activesupport (= 7.2.3)
249253
bundler (>= 1.15.0)
250-
railties (= 7.2.2.2)
254+
railties (= 7.2.3)
251255
rails-dom-testing (2.3.0)
252256
activesupport (>= 5.0.0)
253257
minitest
@@ -258,30 +262,32 @@ GEM
258262
rails-i18n (7.0.10)
259263
i18n (>= 0.7, < 2)
260264
railties (>= 6.0.0, < 8)
261-
railties (7.2.2.2)
262-
actionpack (= 7.2.2.2)
263-
activesupport (= 7.2.2.2)
265+
railties (7.2.3)
266+
actionpack (= 7.2.3)
267+
activesupport (= 7.2.3)
268+
cgi
264269
irb (~> 1.13)
265270
rackup (>= 1.0.0)
266271
rake (>= 12.2)
267272
thor (~> 1.0, >= 1.2.2)
273+
tsort (>= 0.2)
268274
zeitwerk (~> 2.6)
269275
rainbow (3.1.1)
270-
rake (13.3.0)
271-
rdoc (6.15.0)
276+
rake (13.3.1)
277+
rdoc (6.15.1)
272278
erb
273279
psych (>= 4.0.0)
274280
tsort
275281
regexp_parser (2.11.3)
276282
reline (0.6.2)
277283
io-console (~> 0.5)
278284
rexml (3.4.4)
279-
rspec-core (3.13.5)
285+
rspec-core (3.13.6)
280286
rspec-support (~> 3.13.0)
281287
rspec-expectations (3.13.5)
282288
diff-lcs (>= 1.2.0, < 2.0)
283289
rspec-support (~> 3.13.0)
284-
rspec-mocks (3.13.5)
290+
rspec-mocks (3.13.7)
285291
diff-lcs (>= 1.2.0, < 2.0)
286292
rspec-support (~> 3.13.0)
287293
rspec-rails (8.0.2)
@@ -293,7 +299,7 @@ GEM
293299
rspec-mocks (~> 3.13)
294300
rspec-support (~> 3.13)
295301
rspec-support (3.13.6)
296-
rubocop (1.81.6)
302+
rubocop (1.81.7)
297303
json (~> 2.3)
298304
language_server-protocol (~> 3.17.0.2)
299305
lint_roller (~> 1.1.0)
@@ -331,7 +337,7 @@ GEM
331337
rubocop (~> 1.72, >= 1.72.1)
332338
rubocop-rspec (~> 3.5)
333339
ruby-progressbar (1.13.0)
334-
rubyzip (3.2.1)
340+
rubyzip (3.2.2)
335341
securerandom (0.4.1)
336342
selenium-webdriver (4.38.0)
337343
base64 (~> 0.2)
@@ -340,14 +346,14 @@ GEM
340346
rubyzip (>= 1.2.2, < 4.0)
341347
websocket (~> 1.0)
342348
semantic_range (3.1.0)
343-
shakapacker (9.2.0)
349+
shakapacker (9.3.0)
344350
activesupport (>= 5.2)
345351
package_json
346352
rack-proxy (>= 0.6.1)
347353
railties (>= 5.2)
348354
semantic_range (>= 2.3.0)
349-
shoulda-matchers (6.5.0)
350-
activesupport (>= 5.2.0)
355+
shoulda-matchers (7.0.1)
356+
activesupport (>= 7.1)
351357
simplecov (0.22.0)
352358
docile (~> 1.1)
353359
simplecov-html (~> 0.11)
@@ -372,9 +378,9 @@ GEM
372378
unicode-display_width (>= 1.1.1, < 4)
373379
thor (1.4.0)
374380
tilt (2.6.1)
375-
timeout (0.4.3)
381+
timeout (0.4.4)
376382
tsort (0.2.0)
377-
turbo-rails (2.0.17)
383+
turbo-rails (2.0.20)
378384
actionpack (>= 7.1.0)
379385
railties (>= 7.1.0)
380386
tzinfo (2.0.6)
@@ -388,7 +394,7 @@ GEM
388394
activemodel (>= 6.0.0)
389395
bindex (>= 0.4.0)
390396
railties (>= 6.0.0)
391-
webmock (3.26.0)
397+
webmock (3.26.1)
392398
addressable (>= 2.8.0)
393399
crack (>= 0.3.2)
394400
hashdiff (>= 0.4.0, < 2.0.0)
@@ -426,7 +432,7 @@ DEPENDENCIES
426432
puma (~> 7.1)
427433
rack-mini-profiler
428434
rack-timeout (~> 0.7.0)
429-
rails (= 7.2.2.2)
435+
rails (= 7.2.3)
430436
rspec-rails
431437
rubocop
432438
rubocop-capybara
@@ -436,7 +442,7 @@ DEPENDENCIES
436442
rubocop-rspec
437443
rubocop-rspec_rails
438444
selenium-webdriver
439-
shakapacker (= 9.2.0)
445+
shakapacker (= 9.3.0)
440446
shoulda-matchers
441447
simplecov
442448
simplecov-lcov

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This is an opinionated starter web application based on the following technology stack:
99

1010
* [Ruby 3.4.7][:ruby-url]
11-
* [Rails 7.2.2.2][:ruby-on-rails-url]
11+
* [Rails 7.2.3][:ruby-on-rails-url]
1212
* [Webpack 5][:webpack-url] (via [Shakapacker][:shakapacker-url])
1313
* [pnpm][:pnpm-url]
1414
* [Puma][:puma-url]

app/views/pages/home.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ul.list-inline.lead
1010
small.text-body-secondary< 3.4.7
1111
li.list-inline-item
1212
| Rails
13-
small.text-body-secondary< 7.2.2.2
13+
small.text-body-secondary< 7.2.3
1414
li.list-inline-item
1515
| Bootstrap
1616
small.text-body-secondary< 5.3.8

0 commit comments

Comments
 (0)