Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubocop-performance: 1.14.3 → 1.17.1 (minor) #1324

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rubocop-performance to version 1.17.1
  • Loading branch information
depfu[bot] authored Apr 16, 2023
commit de4e48afc75615bb721cdb91e3de6f64d49f5129
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -153,7 +153,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)
@@ -192,7 +192,7 @@ GEM
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.2.2.0)
ast (~> 2.4.1)
pkg-config (1.5.1)
prime (0.1.2)
@@ -244,28 +244,28 @@ GEM
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
rubocop (1.36.0)
rubocop (1.50.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.0.0)
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.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.14.3)
rubocop-performance (1.17.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.15.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
ruby_parser (3.20.0)
sexp_processor (~> 4.16)
@@ -307,7 +307,7 @@ GEM
timeout (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.4.2)
vcr (6.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
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.2.2.0.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.50.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.28.0.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.17.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-progressbar-1.11.0.gem
Binary file not shown.
Binary file added vendor/cache/ruby-progressbar-1.13.0.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.4.2.gem
Binary file not shown.