Skip to content

Commit f82b6da

Browse files
committed
chore: update dependencies
1 parent 965050d commit f82b6da

File tree

4 files changed

+59
-62
lines changed

4 files changed

+59
-62
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.6
1+
ruby-3.3.7

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.0"
4+
gem "rails", "~> 8.0.1"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use sqlite3 as the database for Active Record

Diff for: Gemfile.lock

+56-56
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.0)
5-
actionpack (= 8.0.0)
6-
activesupport (= 8.0.0)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.0)
11-
actionpack (= 8.0.0)
12-
activejob (= 8.0.0)
13-
activerecord (= 8.0.0)
14-
activestorage (= 8.0.0)
15-
activesupport (= 8.0.0)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.0)
18-
actionpack (= 8.0.0)
19-
actionview (= 8.0.0)
20-
activejob (= 8.0.0)
21-
activesupport (= 8.0.0)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.0)
25-
actionview (= 8.0.0)
26-
activesupport (= 8.0.0)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.0)
35-
actionpack (= 8.0.0)
36-
activerecord (= 8.0.0)
37-
activestorage (= 8.0.0)
38-
activesupport (= 8.0.0)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.0)
42-
activesupport (= 8.0.0)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.0)
48-
activesupport (= 8.0.0)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.0)
51-
activesupport (= 8.0.0)
52-
activerecord (8.0.0)
53-
activemodel (= 8.0.0)
54-
activesupport (= 8.0.0)
50+
activemodel (8.0.1)
51+
activesupport (= 8.0.1)
52+
activerecord (8.0.1)
53+
activemodel (= 8.0.1)
54+
activesupport (= 8.0.1)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.0)
57-
actionpack (= 8.0.0)
58-
activejob (= 8.0.0)
59-
activerecord (= 8.0.0)
60-
activesupport (= 8.0.0)
56+
activestorage (8.0.1)
57+
actionpack (= 8.0.1)
58+
activejob (= 8.0.1)
59+
activerecord (= 8.0.1)
60+
activesupport (= 8.0.1)
6161
marcel (~> 1.0)
62-
activesupport (8.0.0)
62+
activesupport (8.0.1)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -99,7 +99,7 @@ GEM
9999
concurrent-ruby (1.3.4)
100100
connection_pool (2.4.1)
101101
crass (1.0.6)
102-
date (3.4.0)
102+
date (3.4.1)
103103
debug (1.9.2)
104104
irb (~> 1.10)
105105
reline (>= 0.3.8)
@@ -154,7 +154,7 @@ GEM
154154
mini_mime (1.1.5)
155155
minitest (5.25.2)
156156
msgpack (1.7.5)
157-
net-imap (0.5.1)
157+
net-imap (0.5.5)
158158
date
159159
net-protocol
160160
net-pop (0.1.2)
@@ -205,30 +205,30 @@ GEM
205205
rack (>= 1.3)
206206
rackup (2.2.1)
207207
rack (>= 3)
208-
rails (8.0.0)
209-
actioncable (= 8.0.0)
210-
actionmailbox (= 8.0.0)
211-
actionmailer (= 8.0.0)
212-
actionpack (= 8.0.0)
213-
actiontext (= 8.0.0)
214-
actionview (= 8.0.0)
215-
activejob (= 8.0.0)
216-
activemodel (= 8.0.0)
217-
activerecord (= 8.0.0)
218-
activestorage (= 8.0.0)
219-
activesupport (= 8.0.0)
208+
rails (8.0.1)
209+
actioncable (= 8.0.1)
210+
actionmailbox (= 8.0.1)
211+
actionmailer (= 8.0.1)
212+
actionpack (= 8.0.1)
213+
actiontext (= 8.0.1)
214+
actionview (= 8.0.1)
215+
activejob (= 8.0.1)
216+
activemodel (= 8.0.1)
217+
activerecord (= 8.0.1)
218+
activestorage (= 8.0.1)
219+
activesupport (= 8.0.1)
220220
bundler (>= 1.15.0)
221-
railties (= 8.0.0)
221+
railties (= 8.0.1)
222222
rails-dom-testing (2.2.0)
223223
activesupport (>= 5.0.0)
224224
minitest
225225
nokogiri (>= 1.6)
226226
rails-html-sanitizer (1.6.0)
227227
loofah (~> 2.21)
228228
nokogiri (~> 1.14)
229-
railties (8.0.0)
230-
actionpack (= 8.0.0)
231-
activesupport (= 8.0.0)
229+
railties (8.0.1)
230+
actionpack (= 8.0.1)
231+
activesupport (= 8.0.1)
232232
irb (~> 1.13)
233233
rackup (>= 1.0.0)
234234
rake (>= 12.2)
@@ -369,7 +369,7 @@ DEPENDENCIES
369369
kamal
370370
propshaft
371371
puma (>= 5.0)
372-
rails (~> 8.0.0)
372+
rails (~> 8.0.1)
373373
rubocop-rails-omakase
374374
selenium-webdriver
375375
solid_cable

Diff for: config/deploy.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ aliases:
6161
logs: app logs -f
6262
dbc: app exec --interactive --reuse "bin/rails dbconsole"
6363

64-
6564
# Use a persistent storage volume for sqlite database files and local Active Storage files.
6665
# Recommended to change this to a mounted volume path that is backed up off server.
6766
volumes:
6867
- "app_storage:/rails/storage"
6968

70-
7169
# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
7270
# hitting 404 on in-flight requests. Combines all files from new and old
7371
# version inside the asset_path.
@@ -82,11 +80,10 @@ builder:
8280
#
8381
# # Pass arguments and secrets to the Docker build process
8482
# args:
85-
# RUBY_VERSION: ruby-3.3.6
83+
# RUBY_VERSION: ruby-3.3.7
8684
# secrets:
8785
# - GITHUB_TOKEN
8886
# - RAILS_MASTER_KEY
89-
9087
# Use a different ssh user than root
9188
# ssh:
9289
# user: app

0 commit comments

Comments
 (0)