Skip to content

Commit

Permalink
chore: bump rubocop-performance from 1.21.1 to 1.22.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.21.1 to 1.22.1.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.1...v1.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 86382a0 commit 7ec8173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ group :development, :test do
gem "rubocop", "~> 1.66", require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-factory_bot', require: false
gem "rubocop-performance", "~> 1.21", require: false
gem "rubocop-performance", "~> 1.22", require: false
gem "rubocop-rails", "~> 2.26", require: false
gem "rubocop-rspec", "~> 3.0", require: false
gem 'rubocop-rspec_rails', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.1)
Expand Down Expand Up @@ -420,7 +420,7 @@ DEPENDENCIES
rubocop (~> 1.66)
rubocop-capybara
rubocop-factory_bot
rubocop-performance (~> 1.21)
rubocop-performance (~> 1.22)
rubocop-rails (~> 2.26)
rubocop-rspec (~> 3.0)
rubocop-rspec_rails
Expand Down

0 comments on commit 7ec8173

Please sign in to comment.