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/**/*" 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