From cc21bf6a5b3857cf1e8573dd2ed5d3ff70d1ee6a Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Wed, 26 Apr 2023 23:04:58 -0700 Subject: [PATCH 1/2] Upgrade Ruby version and bundler version --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c2..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.2 diff --git a/Gemfile.lock b/Gemfile.lock index 2edb684..66da4a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,4 +41,4 @@ DEPENDENCIES rubocop-rake (~> 0.6) BUNDLED WITH - 2.3.7 + 2.4.12 From 6aa12ffb25e145896651e48292656780fcf0076b Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Wed, 26 Apr 2023 23:12:06 -0700 Subject: [PATCH 2/2] Update RuboCop target Ruby version --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 5cc930d..56d8213 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ require: rubocop-rake AllCops: NewCops: enable - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 DisplayCopNames: true Exclude: - "**/node_modules/**/*"