Skip to content

Commit

Permalink
Update rubocop-performance to version 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jan 1, 2023
1 parent 3923402 commit 0aee2e2
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Expand Up @@ -160,7 +160,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
json (2.6.2)
json (2.6.3)
locale (2.1.3)
lograge (0.12.0)
actionpack (>= 4)
Expand Down Expand Up @@ -201,7 +201,7 @@ GEM
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.1.3.0)
ast (~> 2.4.1)
pkg-config (1.4.7)
prime (0.1.2)
Expand Down Expand Up @@ -249,25 +249,25 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
redcarpet (3.5.1)
regexp_parser (2.5.0)
regexp_parser (2.6.1)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
rubocop (1.36.0)
rubocop (1.41.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rubocop-ast (>= 1.23.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.14.3)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.15.2)
Expand Down Expand Up @@ -317,7 +317,7 @@ GEM
timeout (0.3.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)
vcr (6.1.0)
webmock (3.17.1)
addressable (>= 2.8.0)
Expand Down
Binary file removed vendor/cache/json-2.6.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.1.2.1.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.1.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.36.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.41.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.21.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.24.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.14.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.15.2.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.2.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.3.0.gem
Binary file not shown.

0 comments on commit 0aee2e2

Please sign in to comment.