From 5058deb6bbab0c8e23a818d521a48eaca603a951 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 2 Jan 2025 12:04:45 -0800 Subject: [PATCH] Update to Ruby 3.4.1 --- .circleci/config.yml | 12 ++++++------ .ruby-version | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea5ca12..d257546 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ executors: parameters: version: description: "Ruby version number" - default: "3.3.5" + default: "3.4.1" type: string docker: - image: cimg/ruby:<< parameters.version >> @@ -15,7 +15,7 @@ commands: parameters: version: description: "Ruby version number" - default: "3.3.5" + default: "3.4.1" type: string steps: - restore_cache: @@ -24,7 +24,7 @@ commands: - run: name: Install Ruby Dependencies command: | - gem install bundler -v 2.4.20 --conservative --no-document + gem install bundler -v 2.6.2 --conservative --no-document bundle config --local path vendor/bundle bundle check || (bundle install --jobs=4 --retry=3 && bundle clean) - save_cache: @@ -44,7 +44,7 @@ jobs: parameters: version: description: "Ruby version number" - default: "3.3.5" + default: "3.4.1" type: string executor: name: ruby @@ -65,14 +65,14 @@ workflows: - test: matrix: parameters: - version: ["3.1.6", "3.2.5", "3.3.5"] + version: ["3.1.6", "3.2.6", "3.3.6", "3.4.1"] cron-workflow: jobs: - rubocop - test: matrix: parameters: - version: ["3.1.6", "3.2.5", "3.3.5"] + version: ["3.1.6", "3.2.6", "3.3.6", "3.4.1"] triggers: - schedule: cron: "0 13 * * 6" diff --git a/.ruby-version b/.ruby-version index a0891f5..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.4.1