Skip to content

Commit

Permalink
Bump rubocop-performance from 1.22.1 to 1.23.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.22.1 to 1.23.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.22.1...v1.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent da702e8 commit df7255d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
gem "rubocop-rspec_rails", require: false
gem "rubocop-factory_bot", require: false
gem "rubocop-i18n", require: false
gem "rubocop-performance", "~> 1.21", require: false
gem "rubocop-performance", "~> 1.23", require: false
gem "rubyzip", "~> 2.3"
gem "i18n-tasks", "~> 1.0"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ GEM
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.5.1)
Expand Down Expand Up @@ -614,13 +614,13 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
Expand Down Expand Up @@ -681,9 +681,9 @@ GEM
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.5.0)
standard-performance (1.6.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.22.0)
rubocop-performance (~> 1.23.0)
stopwords-filter2 (0.1.0)
string-similarity (2.1.0)
stringio (3.1.2)
Expand Down Expand Up @@ -815,7 +815,7 @@ DEPENDENCIES
rspec-rails
rubocop-factory_bot
rubocop-i18n
rubocop-performance (~> 1.21)
rubocop-performance (~> 1.23)
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
Expand Down

0 comments on commit df7255d

Please sign in to comment.