From 3ecfdee03520897df6f7bbc3a2ca9c78350f33dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 06:02:01 +0000 Subject: [PATCH] Bump rubocop-performance from 1.7.0 to 1.7.1 in /dependencies Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.7.0 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.7.0...v1.7.1) Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index bde8ce96..ab2a0684 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,5 +6,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 0.82.0" gem "rubocop-github", "~> 0.16.0" -gem "rubocop-performance", "~>1.7.0" +gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.5" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index cb5ca1b1..12f9f0d7 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -31,7 +31,7 @@ GEM rubocop (<= 0.82.0) rubocop-performance (~> 1.0) rubocop-rails (~> 2.0) - rubocop-performance (1.7.0) + rubocop-performance (1.7.1) rubocop (>= 0.82.0) rubocop-rails (2.6.0) activesupport (>= 4.2.0) @@ -50,7 +50,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 0.82.0) rubocop-github (~> 0.16.0) - rubocop-performance (~> 1.7.0) + rubocop-performance (~> 1.7.1) rubocop-rails (~> 2.5) BUNDLED WITH