Skip to content

Commit

Permalink
Update rubocop to version 1.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Sep 5, 2024
1 parent 94d4bdd commit 944adcc
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pkg-config (1.5.5)
Expand All @@ -48,8 +48,6 @@ GEM
rainbow (3.1.1)
rbtree (0.4.6)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -63,18 +61,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.65.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -86,7 +83,6 @@ GEM
sorted_set (1.0.3)
rbtree
set (~> 1.0)
strscan (3.1.0)
timeout (0.4.1)
unicode-display_width (2.5.0)
uri (0.13.0)
Expand Down
Binary file removed vendor/cache/parallel-1.25.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.26.3.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.4.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.6.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.66.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.32.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.32.3.gem
Binary file not shown.
Binary file removed vendor/cache/strscan-3.1.0.gem
Binary file not shown.

0 comments on commit 944adcc

Please sign in to comment.