From 5ed9ebd988a58a08e74739a8a691ef66cd489dc7 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 28 May 2024 12:14:27 -0700 Subject: [PATCH] Update Ruby versions to 3.1.5, 3.2.4, 3.3.1, and Bundler to 2.5.11 --- .circleci/config.yml | 10 +++++----- .ruby-version | 2 +- Gemfile.lock | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32779bf..af9c753 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ executors: parameters: version: description: "Ruby version number" - default: "3.3.0" + default: "3.3.1" type: string docker: - image: cimg/ruby:<< parameters.version >> @@ -15,7 +15,7 @@ commands: parameters: version: description: "Ruby version number" - default: "3.3.0" + default: "3.3.1" type: string steps: - restore_cache: @@ -44,7 +44,7 @@ jobs: parameters: version: description: "Ruby version number" - default: "3.3.0" + default: "3.3.1" type: string executor: name: ruby @@ -65,14 +65,14 @@ workflows: - test: matrix: parameters: - version: ["3.1.4", "3.2.3", "3.3.0"] + version: ["3.1.5", "3.2.4", "3.3.1"] cron-workflow: jobs: - rubocop - test: matrix: parameters: - version: ["3.1.4", "3.2.3", "3.3.0"] + version: ["3.1.5", "3.2.4", "3.3.1"] triggers: - schedule: cron: "0 13 * * 6" diff --git a/.ruby-version b/.ruby-version index 15a2799..bea438e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/Gemfile.lock b/Gemfile.lock index 267c2d5..652dd65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,4 +78,4 @@ DEPENDENCIES wordexp! BUNDLED WITH - 2.5.7 + 2.5.11