From 650df00ec76274a0b183a0a31b305be9cb657ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:55:26 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .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 e002f7ee..af5a7315 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@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: - ruby-version: '3.3' + ruby-version: '4.0.2' - name: Install dependencies run: bundle install diff --git a/Dockerfile b/Dockerfile index db4c50d8..5dade89a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3-bookworm AS base +FROM ruby:4.0-bookworm AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"]