bump rubocop

This commit is contained in:
ulferts
2020-08-25 09:00:56 +02:00
parent 1cc03b4707
commit 8a6668ccea
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ checks:
plugins:
rubocop:
enabled: true
channel: rubocop-0-79
channel: rubocop-0-89
# Codeclimate uses brakeman 4.3.1 which does not support rails 6
# Check https://docs.codeclimate.com/docs/brakeman for updates.
brakeman:
+11 -9
View File
@@ -288,7 +288,7 @@ GEM
airbrake-ruby (~> 4.6)
airbrake-ruby (4.6.0)
rbtree3 (~> 0.5)
ast (2.4.0)
ast (2.4.1)
attr_required (1.0.1)
auto_strip_attributes (2.5.0)
activerecord (>= 4.0)
@@ -565,7 +565,6 @@ GEM
interception (0.5)
ipaddress (0.8.3)
iso8601 (0.12.1)
jaro_winkler (1.5.4)
jmespath (1.4.0)
json (2.3.0)
json-jwt (1.11.0)
@@ -667,8 +666,8 @@ GEM
parallel (1.19.2)
parallel_tests (3.1.0)
parallel
parser (2.7.0.4)
ast (~> 2.4.0)
parser (2.7.1.4)
ast (~> 2.4.1)
passenger (6.0.4)
rack
rake (>= 0.8.1)
@@ -843,14 +842,17 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.3)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
rubocop (0.89.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.3.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
ruby-duration (3.2.3)
activesupport (>= 3.0.0)
i18n
@@ -938,7 +940,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.1)
unicode-display_width (1.7.0)
unicorn (5.5.3)
kgio (~> 2.6)
raindrops (~> 0.7)