Bump rubocop-performance from 1.23.1 to 1.26.0

We're changing the `.rubocop.yml` file because we were getting a
warning:

```
rubocop-performance extension supports plugin, specify `plugins:
rubocop-performance` instead of `require: rubocop-performance` in
.rubocop.yml. For more information, see
https://docs.rubocop.org/rubocop/plugin_migration_guide.html
```

Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.1 to 1.26.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.23.1...v1.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-31 10:57:42 +00:00
committed by Javi Martín
parent a72d137fac
commit 42378285ac
3 changed files with 7 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ group :development do
gem "rubocop", "~> 1.76.1", require: false
gem "rubocop-capybara", "~> 2.22.1", require: false
gem "rubocop-factory_bot", "~> 2.27.1", require: false
gem "rubocop-performance", "~> 1.23.1", require: false
gem "rubocop-performance", "~> 1.26.1", require: false
gem "rubocop-rails", "~> 2.29.1", require: false
gem "rubocop-rspec", "~> 3.7.0", require: false
gem "rubocop-rspec_rails", "~> 2.30.0", require: false