From 7f4a57c0be7b3220e82374cfad568d2345d908f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:21:17 +0000 Subject: [PATCH 1/2] Bump ruby from 3.4.1 to 3.4.2 Bumps ruby from 3.4.1 to 3.4.2. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f749774..c75a4746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.1 AS base +FROM ruby:3.4.2 AS base RUN bundle config --global frozen 1 && \ mkdir -p /vendor/bundle && \ From e1f204e0b5c28c8239aa891364002f5c705095a9 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:39:29 +0000 Subject: [PATCH 2/2] Update .ruby-version Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 47b322c9..4d9d11cf 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.1 +3.4.2