Skip to content

Commit b37d049

Browse files
authored
Merge pull request #885 from citizensadvice/update-ruby-3.4.10
chore/Upgrade to Ruby 3.4.10
2 parents c0def3e + 6affe6b commit b37d049

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.9
1+
3.4.10

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.9-alpine3.23 AS base
1+
FROM ruby:3.4.10-alpine3.24 AS base
22

33
RUN apk add git --no-cache
44

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.9"
6+
ruby "3.4.10"
77

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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ DEPENDENCIES
597597
wizard_steps (~> 0.1.4)
598598

599599
RUBY VERSION
600-
ruby 3.4.9p82
600+
ruby 3.4.10p104
601601

602602
BUNDLED WITH
603603
2.4.20

0 commit comments

Comments
 (0)