Skip to content

Commit fc7a7c1

Browse files
Update dependency ruby to v3.4.4
1 parent e70b434 commit fc7a7c1

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.3
1+
3.4.4

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.3@sha256:07c880a5e0fd72fa6cf0ff353633c488899082839578776201266e5f9fa95de0 AS base
4+
FROM ruby:3.4.4@sha256:370e6be29a1cecbf44993087d2750e7d9e1570fde5b97c74325063b1750d11d0 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.3"
5+
ruby "3.4.4"
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
@@ -444,7 +444,7 @@ DEPENDENCIES
444444
web-console (>= 3.3.0)
445445

446446
RUBY VERSION
447-
ruby 3.4.3p32
447+
ruby 3.4.4p34
448448

449449
BUNDLED WITH
450450
2.4.7

0 commit comments

Comments
 (0)