Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-performance to v1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 888ef00 commit 7456459
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ group :development do
gem 'rubocop', '1.59.0', require: false
gem 'rubocop-graphql', '1.5.0', require: false
gem 'rubocop-minitest', '0.32.2', require: false
gem 'rubocop-performance', '1.19.1', require: false
gem 'rubocop-performance', '1.20.2', require: false
gem 'rubocop-rails', '2.23.1', require: false
gem 'rubocop-rake', require: false
gem 'spring'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GEM
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.4.3)
Expand Down Expand Up @@ -361,9 +361,9 @@ GEM
rubocop (>= 0.90, < 2)
rubocop-minitest (0.32.2)
rubocop (>= 1.39, < 2.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -518,7 +518,7 @@ DEPENDENCIES
rubocop (= 1.59.0)
rubocop-graphql (= 1.5.0)
rubocop-minitest (= 0.32.2)
rubocop-performance (= 1.19.1)
rubocop-performance (= 1.20.2)
rubocop-rails (= 2.23.1)
rubocop-rake
sass-rails (= 6.0.0)
Expand Down

0 comments on commit 7456459

Please sign in to comment.