Skip to content

Commit

Permalink
Update rubocop-performance to version 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 11, 2025
1 parent 7cbf44b commit 9690759
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.5)
json (2.9.1)
language_server-protocol (3.17.0.3)
locale (2.1.4)
logger (1.6.2)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pkg-config (1.5.1)
Expand Down Expand Up @@ -273,30 +273,30 @@ GEM
rdoc (6.8.1)
psych (>= 4.0.0)
redcarpet (3.5.1)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.3.9)
rubocop (1.68.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
Expand Down Expand Up @@ -350,7 +350,9 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
vcr (6.3.1)
base64
webmock (3.24.0)
Expand Down
Binary file removed vendor/cache/json-2.7.5.gem
Binary file not shown.
Binary file added vendor/cache/json-2.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.5.1.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.68.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.70.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.33.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.37.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.22.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.23.1.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.1.3.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.

0 comments on commit 9690759

Please sign in to comment.