From d73d9052c86b9d40bcf1ea1fae593a06c59df591 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:04:27 +0000 Subject: [PATCH] Bump rubocop-performance from 1.6.1 to 1.7.1 Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.6.1 to 1.7.1. - [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.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b23c215e614..806cd94c582 100644 --- a/Gemfile +++ b/Gemfile @@ -102,7 +102,7 @@ group :development do gem "github_changelog_generator", "~> 1.15.2" gem "mdl", "~> 0.11.0", require: false gem "rubocop", "~> 0.83.0", require: false - gem "rubocop-performance", "~> 1.6.1", require: false + gem "rubocop-performance", "~> 1.7.1", require: false gem "rubocop-rails", "~> 2.3.2", require: false gem "rubocop-rspec", "~> 1.35.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5181b668623..7c6df00e9fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -406,10 +406,10 @@ GEM mime-types mimemagic (~> 0.3.0) terrapin (~> 0.6.0) - parallel (1.19.1) + parallel (1.19.2) paranoia (2.4.2) activerecord (>= 4.0, < 6.1) - parser (2.7.1.4) + parser (2.7.2.0) ast (~> 2.4.1) pg (1.0.0) pg_search (2.3.0) @@ -498,8 +498,8 @@ GEM rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-performance (1.6.1) - rubocop (>= 0.71.0) + rubocop-performance (1.7.1) + rubocop (>= 0.82.0) rubocop-rails (2.3.2) rack (>= 1.1) rubocop (>= 0.72.0) @@ -704,7 +704,7 @@ DEPENDENCIES rollbar (~> 3.0.0) rspec-rails (~> 4.0) rubocop (~> 0.83.0) - rubocop-performance (~> 1.6.1) + rubocop-performance (~> 1.7.1) rubocop-rails (~> 2.3.2) rubocop-rspec (~> 1.35.0) rvm1-capistrano3 (~> 1.4.0)