From a68691e5d46a84b8fc8a860e30ed6969b98f82a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 11:11:39 +0000 Subject: [PATCH] Bump rubocop from 0.83.0 to 0.85.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.83.0 to 0.85.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.83.0...v0.85.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 63c2ec2..17dde13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,13 +50,14 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 3) parallel (1.19.1) - parser (2.7.1.2) + parser (2.7.1.3) ast (~> 2.4.0) psych (3.0.2) rack (2.2.2) rainbow (3.0.0) rake (10.5.0) rdoc (6.0.4) + regexp_parser (1.7.1) rexml (3.2.4) rspec (2.99.0) rspec-core (~> 2.99.0) @@ -66,13 +67,17 @@ GEM rspec-expectations (2.99.2) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.99.4) - rubocop (0.83.0) + rubocop (0.85.1) 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) rubocop-checkstyle_formatter (0.4.0) rubocop (>= 0.35.1) ruby-progressbar (1.10.1)