From 8567002ab77762727e311e1c10f8d4a6dfa534e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 06:32:02 +0000 Subject: [PATCH] Bump rubocop from 0.90.0 to 0.91.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 0.91.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.90.0...v0.91.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bc0de2bcc2c2..cfa674cd15e5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'rake', '>= 12.3.3', require: false -gem 'rubocop', '~> 0.90', require: false +gem 'rubocop', '~> 0.91', require: false gem 'rubocop-rake', '~> 0.5', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 187c040d3474..002f087c0743 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,16 +9,16 @@ GEM rake (13.0.1) regexp_parser (1.7.1) rexml (3.2.4) - rubocop (0.90.0) + rubocop (0.91.0) parallel (~> 1.10) parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.7) rexml - rubocop-ast (>= 0.3.0, < 1.0) + rubocop-ast (>= 0.4.0, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.3.0) + rubocop-ast (0.4.0) parser (>= 2.7.1.4) rubocop-rake (0.5.1) rubocop @@ -30,7 +30,7 @@ PLATFORMS DEPENDENCIES rake (>= 12.3.3) - rubocop (~> 0.90) + rubocop (~> 0.91) rubocop-rake (~> 0.5) BUNDLED WITH