From b49fed902961bd7244fe7478fc040ab6e2ba9371 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 07:15:33 +0000 Subject: [PATCH] Update Ruby to version 3.4.1 --- .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..7914458 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.1 steps: - checkout - ruby/install-deps diff --git a/.ruby-version b/.ruby-version index 75a22a2..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.3 +3.4.1