bump rubocop

This commit is contained in:
ulferts
2021-01-04 14:17:44 +01:00
committed by Oliver Günther
parent 059aed1cd8
commit 53ef94abbe
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ checks:
plugins:
rubocop:
enabled: true
channel: rubocop-1-4
channel: rubocop-1-7
# Codeclimate uses brakeman 4.3.1 which does not support rails 6
# Check https://docs.codeclimate.com/docs/brakeman for updates.
brakeman:
+5 -5
View File
@@ -621,7 +621,7 @@ GEM
parallel (1.20.1)
parallel_tests (3.4.0)
parallel
parser (2.7.2.0)
parser (3.0.0.0)
ast (~> 2.4.1)
pdf-core (0.9.0)
pdf-inspector (1.3.0)
@@ -785,16 +785,16 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.10.1)
rubocop (1.4.2)
rubocop (1.7.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.1.1)
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
rubocop-ast (1.4.0)
parser (>= 2.7.1.5)
ruby-duration (3.2.3)
activesupport (>= 3.0.0)