Skip to content

Commit

Permalink
Bump rubocop-performance
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 1 update in the / directory: [rubocop-performance](https://github.com/rubocop/rubocop-performance).


Updates `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
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Sep 23, 2024
1 parent fd2860a commit fe209ab
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 @@ -18,7 +18,7 @@ gem 'sequel_pg', '~> 1.17'
group :development do
gem 'rubocop', '~> 1.64', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-performance', '~> 1.21', require: false
gem 'rubocop-performance', '~> 1.22', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-sequel', '~> 0.3.4', require: false
gem 'solargraph', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
roda (~> 3.84)
rubocop (~> 1.64)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.21)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
rubocop-sequel (~> 0.3.4)
sequel (~> 5.81)
Expand Down

0 comments on commit fe209ab

Please sign in to comment.