Skip to content

Commit

Permalink
Update rubocop to version 1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 29, 2023
1 parent 63c8799 commit da734a5
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Gemfile.lock
Expand Up @@ -171,7 +171,8 @@ GEM
irb (1.10.1)
rdoc
reline (>= 0.3.8)
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 @@ -209,9 +210,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.2.2.4)
ast (~> 2.4.1)
racc
pkg-config (1.5.1)
prime (0.1.2)
forwardable
Expand Down Expand Up @@ -270,24 +272,25 @@ GEM
rdoc (6.6.1)
psych (>= 4.0.0)
redcarpet (3.5.1)
regexp_parser (2.8.1)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.6)
rubocop (1.36.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.4)
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.30.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.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.14.3)
Expand All @@ -297,7 +300,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 @@ -340,7 +343,7 @@ GEM
timeout (0.4.0)
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.2.2.4.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.8.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.59.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.30.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.5.0.gem
Binary file not shown.

0 comments on commit da734a5

Please sign in to comment.