Revert RuboCop workaround

Was done in 3e08223ece75ab47a17459f9696ce1ebca68ffa5 to work around a RuboCop bug.
The newest version has this fixed.
This commit is contained in:
Earlopain 2024-05-23 14:56:53 +02:00
parent cacb8475a9
commit 720c7d14dd
No known key found for this signature in database
GPG Key ID: 298A57787DC6EF08
2 changed files with 1 additions and 2 deletions

@ -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

@ -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)