From cfcb471fb8fbe175479a41d7cffe2487fcdcd07f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:55:44 +0000 Subject: [PATCH] Update Ruby to version 4.0.5 --- .circleci/config.yml | 2 +- .ruby-version | 2 +- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a6f71992d..3e39fb0b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:4.0.4-browsers + - image: cimg/ruby:4.0.5-browsers environment: BUNDLE_PATH: vendor/bundle NODE_VERSION: 22.17.1 diff --git a/.ruby-version b/.ruby-version index c5106e6d1..7636e7565 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.4 +4.0.5 diff --git a/.tool-versions b/.tool-versions index c0f911373..1b734efbf 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -ruby 4.0.4 +ruby 4.0.5 nodejs 26.2.0 postgres 16.8 pnpm 10.5.2 diff --git a/Dockerfile b/Dockerfile index 5ea90bb47..34baed495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.4 +FROM ruby:4.0.5 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index f0a676c4d..fd77a9484 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -510,7 +510,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 4.0.4 + ruby 4.0.5 BUNDLED WITH 2.6.2