Skip to content

Commit b1867bc

Browse files
authored
Merge pull request #654 from citizensadvice/dependabot/docker/ruby-3.4.6-alpine3.21
[dependabot:docker] Bump ruby from 3.4.5-alpine3.21 to 3.4.6-alpine3.21
2 parents 7441691 + d29f5f2 commit b1867bc

4 files changed

Lines changed: 5 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.5
1+
3.4.6

Dockerfile

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

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

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ PLATFORMS
537537
arm64-darwin-22
538538
arm64-darwin-23
539539
arm64-darwin-24
540+
arm64-darwin-25
540541
x86_64-darwin-22
541542
x86_64-darwin-24
542543
x86_64-linux
@@ -588,7 +589,7 @@ DEPENDENCIES
588589
wizard_steps (~> 0.1.4)
589590

590591
RUBY VERSION
591-
ruby 3.4.5p51
592+
ruby 3.4.6p54
592593

593594
BUNDLED WITH
594595
2.4.20

0 commit comments

Comments
 (0)