From 72f28c8a7a11db1cbd499b646e13a79485a7dc90 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:01:25 +0000 Subject: [PATCH] Update Ruby to version 4.0.2 --- .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 9c67fbe68..6c179ed60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:4.0.1-browsers + - image: cimg/ruby:4.0.2-browsers environment: BUNDLE_PATH: vendor/bundle NODE_VERSION: 22.17.1 diff --git a/.ruby-version b/.ruby-version index 1454f6ed4..4d54daddb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.1 +4.0.2 diff --git a/.tool-versions b/.tool-versions index b5656b83a..4ed290d5b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -ruby 4.0.1 +ruby 4.0.2 nodejs 25.8.1 postgres 16.8 pnpm 10.5.2 diff --git a/Dockerfile b/Dockerfile index aab02d1f8..c6064d75c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.1 +FROM ruby:4.0.2 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 4efa12bd3..b33af0fac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -510,7 +510,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 4.0.1 + ruby 4.0.2 BUNDLED WITH 2.6.2