Skip to content

Commit

Permalink
Update rubocop to version 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Mar 25, 2024
1 parent 249ccde commit ed9224e
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ GEM
irb (1.12.0)
rdoc
reline (>= 0.4.2)
json (2.6.2)
json (2.7.1)
language_server-protocol (3.17.0.3)
locale (2.1.3)
lograge (0.14.0)
actionpack (>= 4)
Expand Down Expand Up @@ -203,9 +204,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.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pkg-config (1.5.1)
prime (0.1.2)
forwardable
Expand Down Expand Up @@ -264,24 +266,25 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
redcarpet (3.5.1)
regexp_parser (2.8.1)
regexp_parser (2.9.0)
reline (0.5.0)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.6)
rubocop (1.36.0)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.3.0.2)
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.31.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.31.2)
parser (>= 3.3.0.4)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.14.3)
Expand All @@ -291,7 +294,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 @@ -334,7 +337,7 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.5.0)
vcr (6.2.0)
webmock (3.19.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.7.1.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.24.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.3.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.1.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.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.62.0.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.31.2.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.5.0.gem
Binary file not shown.

0 comments on commit ed9224e

Please sign in to comment.