Bump rubocop-performance from 1.14.2 to 1.14.3 in /dependencies (#3149)

Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.14.2...v1.14.3)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-25 09:20:07 -05:00 committed by GitHub
parent 8d4fbd9a7b
commit 26c1fa50ba
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,6 +6,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.32.0" gem "rubocop", "~> 1.32.0"
gem "rubocop-github", "~> 0.18.0" gem "rubocop-github", "~> 0.18.0"
gem "rubocop-performance", "~>1.14.2" gem "rubocop-performance", "~>1.14.3"
gem "rubocop-rails", "~> 2.15" gem "rubocop-rails", "~> 2.15"
gem "rubocop-rspec", "~> 2.11.1" gem "rubocop-rspec", "~> 2.11.1"

View file

@ -35,7 +35,7 @@ GEM
rubocop (>= 1.0.0) rubocop (>= 1.0.0)
rubocop-performance rubocop-performance
rubocop-rails rubocop-rails
rubocop-performance (1.14.2) rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0) rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0) rubocop-ast (>= 0.4.0)
rubocop-rails (2.15.2) rubocop-rails (2.15.2)
@ -55,7 +55,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
rubocop (~> 1.32.0) rubocop (~> 1.32.0)
rubocop-github (~> 0.18.0) rubocop-github (~> 0.18.0)
rubocop-performance (~> 1.14.2) rubocop-performance (~> 1.14.3)
rubocop-rails (~> 2.15) rubocop-rails (~> 2.15)
rubocop-rspec (~> 2.11.1) rubocop-rspec (~> 2.11.1)