From 914a215dbc5e42f782368d600545ea5bc37557db Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:01:35 +0000 Subject: [PATCH] Update Ruby to version 4.0.6 --- .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 f1609d176..818d65319 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: parallelism: 1 resource_class: large docker: - - image: cimg/ruby:4.0.5-browsers + - image: cimg/ruby:4.0.6-browsers environment: BUNDLE_PATH: vendor/bundle NODE_VERSION: 22.17.1 diff --git a/.ruby-version b/.ruby-version index 7636e7565..d13e837c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.5 +4.0.6 diff --git a/.tool-versions b/.tool-versions index 1fc5721be..62470ad6e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -ruby 4.0.5 +ruby 4.0.6 nodejs 26.5.0 postgres 16.8 pnpm 10.5.2 diff --git a/Dockerfile b/Dockerfile index 34baed495..72e4f3fc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.5 +FROM ruby:4.0.6 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 537380ff6..3bdbadc76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -489,7 +489,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 4.0.5 + ruby 4.0.6 BUNDLED WITH 4.0.13