From e9ae9ca619ae2bc3c0b48215e5b8440afeb9fd72 Mon Sep 17 00:00:00 2001 From: Eric O Date: Wed, 15 Nov 2023 11:43:51 -0500 Subject: [PATCH] Update rubocop and ci ruby versions to 3.2.2 --- .github/workflows/ci.yml | 2 +- .rubocop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 439b0d7..103d762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - ruby-version: ['3.0.3'] + ruby-version: ['3.2.2'] env: RAILS_ENV: test NOKOGIRI_USE_SYSTEM_LIBRARIES: true diff --git a/.rubocop.yml b/.rubocop.yml index af8c095..b447e03 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ inherit_gem: inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 3.0.3 + TargetRubyVersion: 3.2.2 TargetRailsVersion: 7.0 Exclude: - 'app/javascript/**/*'