From b65241c252ab03bacc8aa47b6ef98cb4bed3de52 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 7 Jul 2024 10:21:07 -0700 Subject: [PATCH] Update to Ruby 3.3.3 and update all gems --- .circleci/config.yml | 10 +++++----- .ruby-version | 2 +- Gemfile | 4 ++-- Gemfile.lock | 24 ++++++++++++------------ 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af9c753..b165ad0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ executors: parameters: version: description: "Ruby version number" - default: "3.3.1" + default: "3.3.3" type: string docker: - image: cimg/ruby:<< parameters.version >> @@ -15,7 +15,7 @@ commands: parameters: version: description: "Ruby version number" - default: "3.3.1" + default: "3.3.3" type: string steps: - restore_cache: @@ -44,7 +44,7 @@ jobs: parameters: version: description: "Ruby version number" - default: "3.3.1" + default: "3.3.3" type: string executor: name: ruby @@ -65,14 +65,14 @@ workflows: - test: matrix: parameters: - version: ["3.1.5", "3.2.4", "3.3.1"] + version: ["3.1.6", "3.2.4", "3.3.3"] cron-workflow: jobs: - rubocop - test: matrix: parameters: - version: ["3.1.5", "3.2.4", "3.3.1"] + version: ["3.1.6", "3.2.4", "3.3.3"] triggers: - schedule: cron: "0 13 * * 6" diff --git a/.ruby-version b/.ruby-version index bea438e..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.3 diff --git a/Gemfile b/Gemfile index e89f356..c525aaf 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,8 @@ gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.2' gem 'rake-compiler', '~> 1.2' -gem 'rubocop', '1.64.0' +gem 'rubocop', '1.64.1' gem 'rubocop-minitest', '0.35.0' gem 'rubocop-packaging', '0.5.2' -gem 'rubocop-performance', '1.21.0' +gem 'rubocop-performance', '1.21.1' gem 'rubocop-rake', '0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index fb8f908..cabd225 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,19 +8,19 @@ GEM specs: ansi (1.5.0) ast (2.4.2) - builder (3.2.4) + builder (3.3.0) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.23.1) + minitest (5.24.1) minitest-ci (3.4.0) minitest (>= 5.0.6) - minitest-reporters (1.6.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.25.1) + parser (3.3.3.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -29,9 +29,9 @@ GEM rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.2.8) - strscan (>= 3.0.9) - rubocop (1.64.0) + rexml (3.3.1) + strscan + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -49,7 +49,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -70,12 +70,12 @@ DEPENDENCIES minitest-reporters (~> 1.6) rake (~> 13.2) rake-compiler (~> 1.2) - rubocop (= 1.64.0) + rubocop (= 1.64.1) rubocop-minitest (= 0.35.0) rubocop-packaging (= 0.5.2) - rubocop-performance (= 1.21.0) + rubocop-performance (= 1.21.1) rubocop-rake (= 0.6.0) wordexp! BUNDLED WITH - 2.5.11 + 2.5.14