From 5c141ee61c6b7041f1b581f258ad027cc79e9258 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 00:01:42 +0000 Subject: [PATCH] Update Ruby to version 4.0.0 --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 2aa5131992..fcdb2e109f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.7 +4.0.0 diff --git a/Dockerfile b/Dockerfile index 4bf16d6e64..167061d639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.7-slim +FROM ruby:4.0.0-slim # Major version of Node.js to install ARG nodeVersion=22