Skip to content

Commit

Permalink
Bump rubocop-performance from 1.20.2 to 1.21.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.2 to 1.21.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.20.2...v1.21.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 Apr 29, 2024
1 parent 524322a commit faa7837
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ group :development, :test do
# Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool.
gem "rubocop-rspec", "~> 2.25"
# A collection of RuboCop cops to check for performance optimizations in Ruby code.
gem "rubocop-performance", "~> 1.18"
gem "rubocop-performance", "~> 1.21"
end

group :test do
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
irb (1.12.0)
rdoc
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
launchy (2.5.2)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
orm_adapter (0.5.0)
pagy (7.0.9)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -306,7 +306,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.1)
rubocop (1.62.0)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -317,15 +317,15 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -424,7 +424,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0, >= 1.0.5)
rails-i18n (~> 7.0)
rspec-rails (~> 6.0)
rubocop-performance (~> 1.18)
rubocop-performance (~> 1.21)
rubocop-rails (~> 2.22)
rubocop-rspec (~> 2.25)
shoulda-matchers (~> 5.3)
Expand Down

0 comments on commit faa7837

Please sign in to comment.