Skip to content

Commit e89843c

Browse files
committed
Merge branch 'ruby-version-upgrade'
2 parents d507ad6 + f95a119 commit e89843c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.4-alpine
1+
FROM ruby:3.4.5-alpine
22

33
ENV APP_ROOT=/usr/src/app
44
ENV DATABASE_PORT=5432

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.4.4'
4+
ruby '3.4.5'
55

66
gem "rails", "~> 8.0.0"
77
gem "sprockets-rails"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ CHECKSUMS
647647
zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85
648648

649649
RUBY VERSION
650-
ruby 3.4.4p34
650+
ruby 3.4.5p51
651651

652652
BUNDLED WITH
653653
2.7.0

0 commit comments

Comments
 (0)