Skip to content

Commit f2c1f34

Browse files
Merge pull request #750 from citizensadvice/chore/ruby-3.4.8
chore: upgrade ruby to 3.4.8
2 parents 94a2f49 + 56f72be commit f2c1f34

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.7
1+
3.4.8

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.7-alpine3.21 AS base
1+
FROM ruby:3.4.8-alpine3.22 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.7"
6+
ruby "3.4.8"
77

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

Gemfile.lock

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

597597
RUBY VERSION
598-
ruby 3.4.7p58
598+
ruby 3.4.8p72
599599

600600
BUNDLED WITH
601601
2.4.20

0 commit comments

Comments
 (0)