Skip to content

Commit d86bbe0

Browse files
committed
chore: update dependencies
1 parent ad9b353 commit d86bbe0

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.6
1+
ruby-3.4.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4-
ARG RUBY_VERSION=3.3.6
4+
ARG RUBY_VERSION=3.4.5
55
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim
66

77
# Rails app lives here

config/deploy.yml

Lines changed: 1 addition & 4 deletions
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)