From 720c7d14ddaf94aaa4cf19b97dc27e455b5a3a42 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Thu, 23 May 2024 14:56:53 +0200 Subject: [PATCH] Revert RuboCop workaround Was done in 3e08223ece75ab47a17459f9696ce1ebca68ffa5 to work around a RuboCop bug. The newest version has this fixed. --- .rubocop.yml | 1 - Gemfile.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 693fd0c88b..506b0dd6a7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,6 @@ require: AllCops: TargetRubyVersion: 3.1 - TargetRailsVersion: 8.0 # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop # to ignore them, so only the ones explicitly set in this file are enabled. DisabledByDefault: true diff --git a/Gemfile.lock b/Gemfile.lock index 6ac8d68392..72c846609b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -470,7 +470,7 @@ GEM retriable (3.1.2) rexml (3.2.6) rouge (4.2.0) - rubocop (1.63.5) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10)