Skip to content

Commit e2c968f

Browse files
Merge pull request #411 from citizensadvice/chore/ruby-3.4.9
chore: upgrade rails to 3.4.9
2 parents 7399871 + 82a29e3 commit e2c968f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
3.4.9

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.8-alpine3.22
1+
FROM ruby:3.4.9-alpine3.22
22

33
# bash is required for build scripts
44
# tzdata is a runtime dependency for ActiveSupport

Gemfile

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

6-
ruby "3.4.8"
6+
ruby "3.4.9"
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
99
gem "rails", "~> 8.1.2"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ DEPENDENCIES
470470
yabeda-rails (~> 0.11)
471471

472472
RUBY VERSION
473-
ruby 3.4.8p72
473+
ruby 3.4.9p82
474474

475475
BUNDLED WITH
476476
2.5.9

0 commit comments

Comments
 (0)