mirror of https://github.com/rails/rails
Merge pull request #51888 from Earlopain/revert-rubocop-workaround
Revert RuboCop workaround
This commit is contained in:
commit
4febb0677f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue