Skip to content

Commit

Permalink
Revert RuboCop workaround
Browse files Browse the repository at this point in the history
Was done in 3e08223 to work around a RuboCop bug.
The newest version has this fixed.
  • Loading branch information
Earlopain committed May 23, 2024
1 parent cacb847 commit 720c7d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 720c7d1

Please sign in to comment.