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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-20 06:02:01 +00:00 committed by GitHub
parent 13eef6855e
commit 3ecfdee035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 0.82.0" gem "rubocop", "~> 0.82.0"
gem "rubocop-github", "~> 0.16.0" gem "rubocop-github", "~> 0.16.0"
gem "rubocop-performance", "~>1.7.0" gem "rubocop-performance", "~>1.7.1"
gem "rubocop-rails", "~> 2.5" gem "rubocop-rails", "~> 2.5"

View file

@ -31,7 +31,7 @@ GEM
rubocop (<= 0.82.0) rubocop (<= 0.82.0)
rubocop-performance (~> 1.0) rubocop-performance (~> 1.0)
rubocop-rails (~> 2.0) rubocop-rails (~> 2.0)
rubocop-performance (1.7.0) rubocop-performance (1.7.1)
rubocop (>= 0.82.0) rubocop (>= 0.82.0)
rubocop-rails (2.6.0) rubocop-rails (2.6.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -50,7 +50,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
rubocop (~> 0.82.0) rubocop (~> 0.82.0)
rubocop-github (~> 0.16.0) rubocop-github (~> 0.16.0)
rubocop-performance (~> 1.7.0) rubocop-performance (~> 1.7.1)
rubocop-rails (~> 2.5) rubocop-rails (~> 2.5)
BUNDLED WITH BUNDLED WITH