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] authored Dec 12, 2023
1 parent 07b7a8b commit cd1b32f
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
mail (2.8.1)
mini_mime (>= 0.1.1)
Expand All @@ -42,10 +42,10 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.1)
racc (1.7.3)
rainbow (3.1.1)
rbtree (0.4.6)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -60,15 +60,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.1.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.2.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.57.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.59.0.gem
Binary file not shown.

0 comments on commit cd1b32f

Please sign in to comment.