From 8a6668cceabe06ce8af29e235ec46585829b4a02 Mon Sep 17 00:00:00 2001 From: ulferts Date: Tue, 25 Aug 2020 09:00:56 +0200 Subject: [PATCH] bump rubocop --- .codeclimate.yml | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 291a7471f15..6590b6e3866 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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: diff --git a/Gemfile.lock b/Gemfile.lock index 4e38cbb948b..35ae1379ff4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)