From af269c18223c186b079bb5b285a29bda197518fd Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Fri, 19 Dec 2025 08:37:42 +0200 Subject: [PATCH 1/2] Bump ruby/setup-ruby from 1.268.0 to 1.271.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.268.0 to 1.271.0. - [Release notes](https://github.com/ruby/setup-ruby/releases/tag/v1.271.0) - [Commits](ruby/setup-ruby@8aeb6ff...f8d7259) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9245b0fc..aebe2dd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: # Add or replace dependency steps here - name: Install Ruby and gems # The ruby version is taken from the .ruby-version file, no need to specify here. - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 + uses: ruby/setup-ruby@f8d7259c7a66155a7c4a157a1a10ca601f186594 # v1.271.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Install Node.js From 5c2b0b06feadf37600588b4b9176dd2bfc841c73 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Thu, 18 Dec 2025 12:18:22 +0200 Subject: [PATCH 2/2] Bump base image Bumps core dependencies and base image in Dockerfile. - Bumps Ruby from 3.4.6 to 3.4.8 --- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1cf82530..7921bd0c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.6 +3.4.8 diff --git a/Dockerfile b/Dockerfile index 900debd1..bc0c73af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE_VERSION=3.22 -ARG RUBY_VERSION=3.4.6 +ARG RUBY_VERSION=3.4.8 -ARG DOCKER_IMAGE_DIGEST=sha256:d594d5debffa14c591c4fe03b9d0d79cdc28f30d594f47be748e642746057fec +ARG DOCKER_IMAGE_DIGEST=sha256:c7687b054738956d3e409fbb335ffa711c9b2dab87a57a2f89d9141746b9fdde FROM ruby:${RUBY_VERSION}-alpine${ALPINE_VERSION}@${DOCKER_IMAGE_DIGEST} AS base ARG NODEJS_VERSION=22 diff --git a/Gemfile.lock b/Gemfile.lock index 96f98eb6..ae9bc34d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -584,7 +584,7 @@ CHECKSUMS zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85 RUBY VERSION - ruby 3.4.6p54 + ruby 3.4.8p72 BUNDLED WITH 2.7.1