Skip to content

Commit

Permalink
Update rubocop to version 1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Aug 28, 2023
1 parent c066ff4 commit 8aa83e0
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions Gemfile.lock
Expand Up @@ -71,6 +71,7 @@ GEM
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.2)
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
Expand Down Expand Up @@ -154,7 +155,8 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
json (2.6.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
locale (2.1.3)
lograge (0.13.0)
actionpack (>= 4)
Expand Down Expand Up @@ -192,9 +194,10 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pkg-config (1.5.1)
prime (0.1.2)
forwardable
Expand Down Expand Up @@ -247,18 +250,20 @@ GEM
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.6)
rubocop (1.36.0)
rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.3)
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.1, < 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.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.14.3)
Expand All @@ -268,7 +273,7 @@ GEM
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.3)
sexp_processor (~> 4.16)
Expand Down Expand Up @@ -310,7 +315,7 @@ GEM
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.4.2)
vcr (6.2.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand Down
Binary file added vendor/cache/base64-0.1.1.gem
Binary file not shown.
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 not shown.
Binary file removed vendor/cache/parallel-1.22.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.23.0.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.3.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.56.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.29.0.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.

0 comments on commit 8aa83e0

Please sign in to comment.