From 0f58740357eaadbf5876b29fb1ce18df9d85e501 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:01:41 +0000 Subject: [PATCH] Update Ruby to version 3.4.7 --- .circleci/config.yml | 6 +++--- .ruby-version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af5bea2..dc3661a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 rails_build: &rails_build resource_class: small docker: - - image: cimg/ruby:3.4.6-browsers + - image: cimg/ruby:3.4.7-browsers environment: BUNDLE_JOBS: '3' BUNDLE_RETRY: '3' @@ -21,7 +21,7 @@ jobs: lint: resource_class: medium docker: - - image: cimg/ruby:3.4.6 + - image: cimg/ruby:3.4.7 steps: - checkout - ruby/install-deps @@ -32,7 +32,7 @@ jobs: coverage: resource_class: small docker: - - image: cimg/ruby:3.4.6 + - image: cimg/ruby:3.4.7 environment: RAILS_ENV: test steps: diff --git a/.ruby-version b/.ruby-version index 1cf8253..2aa5131 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.6 +3.4.7