From aeea68b87a633a9eb965be7e189c1e43126631e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 06:10:47 +0000 Subject: [PATCH] Bump rubocop from 0.68.1 to 1.6.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.68.1 to 1.6.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.68.1...v1.6.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 29 +++++++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index d6f9946ad..4fc64a5de 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ end group :test do gem 'rspec', '~> 3.4' gem 'rspec_junit_formatter' - gem 'rubocop', '~> 0.53', require: false + gem 'rubocop', '~> 1.6', require: false gem 'simplecov', '~> 0.15.1' gem 'webmock', '~> 3.0' end diff --git a/Gemfile.lock b/Gemfile.lock index b4e7ad91c..109578ead 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - ast (2.4.0) + ast (2.4.1) blankslate (2.1.2.4) brakeman (4.7.2) bugsnag (4.2.1) @@ -34,7 +34,6 @@ GEM hashdiff (0.3.9) i18n (1.6.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.2) json (2.2.0) method_source (0.9.2) mime-types (3.2.2) @@ -42,9 +41,9 @@ GEM mime-types-data (3.2019.0331) minitest (5.11.3) multipart-post (2.0.0) - parallel (1.17.0) - parser (2.6.3.0) - ast (~> 2.4.0) + parallel (1.20.1) + parser (2.7.2.0) + ast (~> 2.4.1) parslet (1.5.0) blankslate (~> 2.0) pry (0.12.2) @@ -55,6 +54,8 @@ GEM pry (~> 0.10) public_suffix (3.0.3) rainbow (3.0.0) + regexp_parser (2.0.0) + rexml (3.2.4) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -70,14 +71,18 @@ GEM rspec-support (3.8.0) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.68.1) - jaro_winkler (~> 1.5.1) + rubocop (1.6.1) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.6) - ruby-progressbar (1.10.0) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (1.3.0) + parser (>= 2.7.1.5) + ruby-progressbar (1.10.1) rugged (0.28.1) safe_yaml (1.0.5) simplecov (0.15.1) @@ -91,7 +96,7 @@ GEM parslet (~> 1.5.0) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.5.0) + unicode-display_width (1.7.0) webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) @@ -112,7 +117,7 @@ DEPENDENCIES pry-byebug (~> 3.4) rspec (~> 3.4) rspec_junit_formatter - rubocop (~> 0.53) + rubocop (~> 1.6) safe_yaml (~> 1.0) simplecov (~> 0.15.1) thor (~> 0.19.4)