From 0b34ac6ce2860436ddc31b010960dcc016e2757d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 05:33:30 +0000 Subject: [PATCH] Bump rubocop from 0.58.2 to 0.89.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.58.2 to 0.89.1. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.58.2...v0.89.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 31 +++++++++++++++++-------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index ff1d5ce6..3534c933 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development do # version to be compatible with current OS versions. gem 'invoker' gem 'listen', '~> 3.1.5' - gem 'rubocop', '~> 0.58.2', require: false + gem 'rubocop', '~> 0.89.1', require: false # Spring speeds up development by keeping your application running in the # background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 8070e4b7..a7a85138 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) amq-protocol (2.3.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.1) awesome_print (1.8.0) bcrypt (3.1.12) binding_of_caller (0.8.0) @@ -223,7 +223,6 @@ GEM rubydns (~> 0.8.5) thor (~> 0.19) uuid (~> 2.3) - jaro_winkler (1.5.1) json (2.2.0) jwt (2.1.0) listen (3.1.5) @@ -258,11 +257,10 @@ GEM activemodel (>= 3.0.0) orm_adapter (>= 0.4.0) sequel (>= 3.18.0) - parallel (1.12.1) - parser (2.5.1.2) - ast (~> 2.4.0) + parallel (1.19.2) + parser (2.7.1.4) + ast (~> 2.4.1) pg (1.1.4) - powerpack (0.1.2) promise.rb (0.7.4) pry (0.11.3) coderay (~> 1.1.0) @@ -317,9 +315,11 @@ GEM ffi (>= 0.5.0, < 2) recaptcha (4.13.1) json + regexp_parser (1.7.1) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) + rexml (3.2.4) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -341,15 +341,18 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.58.2) - jaro_winkler (~> 1.5.1) + rubocop (0.89.1) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - powerpack (~> 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.0, >= 1.0.1) - ruby-progressbar (1.10.0) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.3.0) + parser (>= 2.7.1.4) + ruby-progressbar (1.10.1) ruby_dep (1.5.0) ruby_parser (3.11.0) sexp_processor (~> 4.9) @@ -402,7 +405,7 @@ GEM thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.4.0) + unicode-display_width (1.7.0) url (0.3.2) uuid (2.3.8) macaddr (~> 1.0) @@ -453,7 +456,7 @@ DEPENDENCIES recaptcha (~> 4.13.1) rspec (~> 3.8.0) rspec-rails (~> 3.8.2) - rubocop (~> 0.58.2) + rubocop (~> 0.89.1) sneakers (= 2.7.0) spring spring-watcher-listen (~> 2.0.0)