From 6184fb58cd4a5eb1c1b5c06e65f46f09d779f3be Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:00:22 +0000 Subject: [PATCH] Update Ruby to version 3.4.7 --- .circleci/config.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f8bfe5..2b94403 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: parallelism: 1 working_directory: ~/socrates docker: - - image: cimg/ruby:3.0.3 + - image: cimg/ruby:3.4.7 steps: - checkout - ruby/install-deps diff --git a/.ruby-version b/.ruby-version index 75a22a2..2aa5131 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.3 +3.4.7