Skip to content

Commit f9e05ef

Browse files
Update dependency ruby to v3.4.7
1 parent 46bb1cd commit f9e05ef

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.5
1+
3.4.7

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ------------------------------------------------------------------------------
22
# Base
33
# ------------------------------------------------------------------------------
4-
FROM ruby:3.4.5@sha256:16c69ea506c1ef96474926e3e13fd7444d3964db2f783595a6da9389b8cec301 AS base
4+
FROM ruby:3.4.7@sha256:6a1290331f4f9c5955515bb0135de54b45faccb3772b81b58d2b7bb450d759e7 AS base
55
LABEL org.opencontainers.image.authors="[email protected]"
66

77
COPY .node-version .node-version

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5-
ruby "3.4.5"
5+
ruby "3.4.7"
66

77
gem "bootsnap", ">= 1.1.0", require: false
88
gem "bootstrap", ">= 4.3.1"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ DEPENDENCIES
452452
web-console (>= 3.3.0)
453453

454454
RUBY VERSION
455-
ruby 3.4.5p51
455+
ruby 3.4.7p58
456456

457457
BUNDLED WITH
458458
2.4.7

0 commit comments

Comments
 (0)