From 74e79c97308a55fdc72c1d2fcb100500ff95be56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:34:23 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index f9892605c..1454f6ed4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.4 +4.0.1 diff --git a/Dockerfile b/Dockerfile index 5379f47cf..57d5ad7c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.4 AS ci_image +FROM ruby:4.0.1 AS ci_image # 6cf7acfcde78a980339cba1534c01be28d360306e5c76c60c5546e3847434eb7 fly-7.9.1-linux-amd64.tgz # 1701337abe34796eb59c01a9c5505d956ecc08a094fcd1232efbc781e9ababf8 fly-7.10.0-linux-amd64.tgz diff --git a/Gemfile b/Gemfile index 3ac1cb6ec..bc5c22356 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '3.4.4' +ruby '4.0.1' gem 'rhcl', '~> 0.1.0' gem 'ostruct', '~> 0.6', '>= 0.6.3' diff --git a/Gemfile.lock b/Gemfile.lock index c3bf83c38..24abb142e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,7 +293,7 @@ DEPENDENCIES simplecov (~> 0.22.0) RUBY VERSION - ruby 3.4.4p34 + ruby 4.0.1p0 BUNDLED WITH 2.7.0