Skip to content

Commit

Permalink
Update rubocop-performance to version 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored and hellcp committed Mar 29, 2022
1 parent ce99b8e commit 1fefb0e
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ GEM
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.21.0)
parser (3.0.2.0)
parallel (1.22.0)
parser (3.1.1.0)
ast (~> 2.4.1)
pkg-config (1.3.2)
prime (0.1.2)
Expand Down Expand Up @@ -240,27 +240,27 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
redcarpet (3.5.1)
regexp_parser (2.2.1)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
rubocop (1.22.0)
rubocop (1.26.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-minitest (0.18.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.11.5)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.14.2)
Expand Down
Binary file removed vendor/cache/parallel-1.21.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.22.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/rainbow-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.22.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.26.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.12.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.16.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.11.5.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.13.3.gem
Binary file not shown.

0 comments on commit 1fefb0e

Please sign in to comment.