From 3e05ed62746af86afefdccf83de1ff7809573fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 05:02:56 +0000 Subject: [PATCH] Bump rubocop from 1.5.1 to 1.6.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.5.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/v1.5.1...v1.6.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a958429..e18697e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,13 +190,13 @@ GEM regexp_parser (2.0.0) rexml (3.2.4) rouge (3.25.0) - rubocop (1.5.1) + rubocop (1.6.1) parallel (~> 1.10) parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.0) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.2.0) + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (1.3.0)