Skip to content

Commit

Permalink
deps-dev: Bump rubocop-performance from 1.23.1 to 1.24.0 (#916)
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.1 to 1.24.0.
- [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.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:development
  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>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 04c2820 commit 5490329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group :development do
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.72"
gem "rubocop-performance", "~> 1.23"
gem "rubocop-performance", "~> 1.24"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.4"
gem "ruby-lsp", "~> 0.23.11"
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,10 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.4.0)
Expand Down Expand Up @@ -310,7 +311,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.72)
rubocop-performance (~> 1.23)
rubocop-performance (~> 1.24)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.4)
ruby-lsp (~> 0.23.11)
Expand Down

0 comments on commit 5490329

Please sign in to comment.