Skip to content

Commit cf1abb7

Browse files
authored
Bump rubocop to 0.82 (rails#38980)
* Bump rubocop to 0.82 The `Layout/Tab` cop has been renamed to `Layout/IndentationStyle` ref: https://github.com/rubocop-hq/rubocop/releases/tag/v0.82.0 No other code changes required. * Bump rubocop-rails to 2.5.2 No code-changes required. [Tejas Bubane + Rafael Mendonça França]
1 parent 9c4171b commit cf1abb7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Style/StringLiterals:
167167
EnforcedStyle: double_quotes
168168

169169
# Detect hard tabs, no hard tabs.
170-
Layout/Tab:
170+
Layout/IndentationStyle:
171171
Enabled: true
172172

173173
# Empty lines should not have any spaces.

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ GEM
347347
mini_portile2 (~> 2.4.0)
348348
os (1.0.1)
349349
parallel (1.19.1)
350-
parser (2.7.0.2)
350+
parser (2.7.1.1)
351351
ast (~> 2.4.0)
352352
path_expander (1.1.0)
353353
pg (1.2.3)
@@ -406,18 +406,19 @@ GEM
406406
resque (>= 1.26)
407407
rufus-scheduler (~> 3.2)
408408
retriable (3.1.2)
409-
rexml (3.2.3)
410-
rubocop (0.80.0)
409+
rexml (3.2.4)
410+
rubocop (0.82.0)
411411
jaro_winkler (~> 1.5.1)
412412
parallel (~> 1.10)
413413
parser (>= 2.7.0.1)
414414
rainbow (>= 2.2.2, < 4.0)
415415
rexml
416416
ruby-progressbar (~> 1.7)
417-
unicode-display_width (>= 1.4.0, < 1.7)
417+
unicode-display_width (>= 1.4.0, < 2.0)
418418
rubocop-performance (1.5.2)
419419
rubocop (>= 0.71.0)
420-
rubocop-rails (2.4.1)
420+
rubocop-rails (2.5.2)
421+
activesupport
421422
rack (>= 1.1)
422423
rubocop (>= 0.72.0)
423424
ruby-progressbar (1.10.1)
@@ -500,7 +501,7 @@ GEM
500501
uber (0.1.0)
501502
uglifier (4.2.0)
502503
execjs (>= 0.3.0, < 3)
503-
unicode-display_width (1.6.1)
504+
unicode-display_width (1.7.0)
504505
useragent (0.16.10)
505506
vegas (0.1.11)
506507
rack (>= 1.0.0)

0 commit comments

Comments
 (0)