From f47c9a8cf3287dc54e8ffef20ce69c930bdeebd1 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Wed, 28 Dec 2022 09:21:50 -0800 Subject: [PATCH] Bump ruby from 3.1.2 to 3.2.0 --- .rubocop.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index dd1feef..2e115d6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ require: - rubocop-rspec AllCops: - TargetRubyVersion: 3.1.2 + TargetRubyVersion: 3.2.0 TargetRailsVersion: 7.0.1 DisabledByDefault: true Exclude: diff --git a/.ruby-version b/.ruby-version index ef538c2..944880f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.0