From 3326b71de5a15e0df86e9b1cddb674e000dd038b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 20:01:06 +0000 Subject: [PATCH] Bump rubocop-performance from 1.6.1 to 1.7.0 Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86709c2..f7a6a92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,8 +68,8 @@ GEM unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (0.1.0) parser (>= 2.7.0.1) - rubocop-performance (1.6.1) - rubocop (>= 0.71.0) + rubocop-performance (1.7.0) + rubocop (>= 0.82.0) rubocop-rspec (1.41.0) rubocop (>= 0.68.1) ruby-progressbar (1.10.1)