Skip to content

Commit

Permalink
deps-dev: bump rubocop-performance from 1.21.1 to 1.22.0 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 9972dca commit 5a53660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group :development do
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.66"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.0"
gem "ruby-lsp", "~> 0.17.2"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.0)
yard (0.9.37)

Expand All @@ -293,7 +293,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.66)
rubocop-performance (~> 1.21)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0)
ruby-lsp (~> 0.17.2)
Expand Down

0 comments on commit 5a53660

Please sign in to comment.