From c4ebbff7597083d3808fc721105a6bc88beabfbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:47:20 +0000 Subject: [PATCH] chore(deps): update dependency ruby --- .github/workflows/jekyll-build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index b1dbf7cc..f0d58ea2 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -182,7 +182,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: - ruby-version: '3.3' + ruby-version: '3.4.9' - name: Install dependencies run: bundle install diff --git a/Dockerfile b/Dockerfile index db4c50d8..9066fb4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3-bookworm AS base +FROM ruby:3.4-bookworm AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"]