Skip to content

Commit

Permalink
Update dependency rubocop-performance to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 0b3f083 commit a8dea11
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 @@ -31,7 +31,7 @@ gem 'rake', '13.2.1', require: false
gem 'random-port', '>0', require: false
gem 'rspec-rails', '7.1.0', require: false
gem 'rubocop', '1.69.2', require: false
gem 'rubocop-performance', '1.23.0', require: false
gem 'rubocop-performance', '1.23.1', require: false
gem 'rubocop-rspec', '3.3.0', require: false
gem 'simplecov', '0.22.0', require: false
gem 'simplecov-cobertura', '2.1.0', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.3.0)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
random-port (> 0)
rspec-rails (= 7.1.0)
rubocop (= 1.69.2)
rubocop-performance (= 1.23.0)
rubocop-performance (= 1.23.1)
rubocop-rspec (= 3.3.0)
simplecov (= 0.22.0)
simplecov-cobertura (= 2.1.0)
Expand Down

0 comments on commit a8dea11

Please sign in to comment.