From 9a5219a493f56c77c5faa035269ab1056709a1b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 17:20:32 +0000 Subject: [PATCH] :arrow_up: Bump rubocop from 0.90.0 to 0.91.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 0.91.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.90.0...v0.91.1) 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 89cdc57..8de7fbb 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ group :development, :test do gem 'fasterer', '~> 0.8', require: false gem 'rake', '~> 13.0' gem 'rspec', '~> 3.9' - gem 'rubocop', '~> 0.90', require: false + gem 'rubocop', '~> 0.91', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 190b419..b552e21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM ast (~> 2.4.1) rainbow (3.0.0) rake (13.0.1) - regexp_parser (1.7.1) + regexp_parser (1.8.0) rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -33,13 +33,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.90.0) + rubocop (0.91.1) 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.4.2) @@ -63,7 +63,7 @@ DEPENDENCIES fasterer (~> 0.8) rake (~> 13.0) rspec (~> 3.9) - rubocop (~> 0.90) + rubocop (~> 0.91) RUBY VERSION ruby 2.7.0p0