Skip to content

Commit 4febb06

Browse files
authored
Merge pull request rails#51888 from Earlopain/revert-rubocop-workaround
Revert RuboCop workaround
2 parents 37227c7 + 720c7d1 commit 4febb06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require:
77

88
AllCops:
99
TargetRubyVersion: 3.1
10-
TargetRailsVersion: 8.0
1110
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
1211
# to ignore them, so only the ones explicitly set in this file are enabled.
1312
DisabledByDefault: true

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ GEM
470470
retriable (3.1.2)
471471
rexml (3.2.6)
472472
rouge (4.2.0)
473-
rubocop (1.63.5)
473+
rubocop (1.64.0)
474474
json (~> 2.3)
475475
language_server-protocol (>= 3.17.0)
476476
parallel (~> 1.10)

0 commit comments

Comments
 (0)