Skip to content

Commit 9469980

Browse files
Update dependency ruby
1 parent d504d0c commit 9469980

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.6@sha256:1b282c003e9f5fd583aa3695692a4a8a4c4a51aec0ef95b009e9ca949f6f1662 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)