Skip to content

Commit

Permalink
Bump rubocop-performance from 1.23.1 to 1.24.0
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>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent dd667e9 commit b5dedfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ group :development, :test do
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
gem "rubocop-rspec", "~> 3.4", require: false
gem "rubocop-performance", "~> 1.23", require: false
gem "rubocop-performance", "~> 1.24", require: false
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "rubocop-capybara", "~> 2.21", require: false
gem "rubocop-factory_bot", "~> 2.26", require: false
Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
json (2.10.1)
kamal (2.5.2)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand All @@ -196,6 +196,7 @@ GEM
ffi (~> 1.0)
libddwaf (1.18.0.0.0-x86_64-linux)
ffi (~> 1.0)
lint_roller (1.1.0)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -243,7 +244,7 @@ GEM
orm_adapter (0.5.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -343,9 +344,10 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.71.2)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -365,9 +367,10 @@ GEM
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.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-rails (2.29.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -507,7 +510,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-faker (~> 1.2)
rubocop-performance (~> 1.23)
rubocop-performance (~> 1.24)
rubocop-rails (~> 2.29)
rubocop-rails-omakase
rubocop-rspec (~> 3.4)
Expand Down

0 comments on commit b5dedfb

Please sign in to comment.