Upgrade rubocop

This commit is contained in:
Robin Ward 2020-04-17 11:16:14 -04:00
parent 35f51100e1
commit 6f391b9387
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ Layout/SpaceInsideParens:
Enabled: true
# Detect hard tabs, no hard tabs.
Layout/Tab:
Layout/IndentationStyle:
Enabled: true
# Blank lines should not have any spaces.

View File

@ -340,7 +340,7 @@ GEM
rspec-support (~> 3.8)
rspec-support (3.9.2)
rtlit (0.0.5)
rubocop (0.81.0)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)