From 17841c54d8396d57d58c8f1051709bf2a2c595cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 22:14:25 +0000 Subject: [PATCH] Bump rubocop from 0.81.0 to 0.85.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.81.0 to 0.85.0. - [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.81.0...v0.85.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1de5056..b62ccd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,13 +24,12 @@ GEM dotenv (2.7.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) jmespath (1.4.0) method_source (0.8.2) minitest (5.14.0) multi_json (1.12.1) parallel (1.19.1) - parser (2.7.0.5) + parser (2.7.1.3) ast (~> 2.4.0) pg (0.21.0) pry (0.10.4) @@ -44,15 +43,19 @@ GEM rack-test (0.6.3) rack (>= 1.0) rainbow (3.0.0) + regexp_parser (1.7.0) rexml (3.2.4) - rubocop (0.81.0) - jaro_winkler (~> 1.5.1) + rubocop (0.85.0) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.7) rexml + rubocop-ast (>= 0.0.3) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.0.3) + parser (>= 2.7.0.1) ruby-progressbar (1.10.1) sinatra (1.4.8) rack (~> 1.5)