deps(bundler): bump rubocop-performance in /dependencies (#5672)

Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.2 to 1.21.0.
- [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.20.2...v1.21.0)

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

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] 2024-06-03 22:07:41 +02:00 committed by GitHub
parent 4d8ee6fa83
commit cd5a7f467f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.62.1"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.35.0"
gem "rubocop-performance", "~>1.20.2"
gem "rubocop-performance", "~>1.21.0"
gem "rubocop-rails", "~> 2.25"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.30.0"

View file

@ -58,9 +58,9 @@ GEM
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
@ -85,9 +85,9 @@ GEM
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.21.0)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
@ -100,7 +100,7 @@ DEPENDENCIES
rubocop (~> 1.62.1)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.35.0)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.25)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.30.0)