build(deps-dev): bump rubocop from 1.66.0 to 1.66.1 (#34594)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.0 to 1.66.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.66.0...v1.66.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-05 08:53:36 +02:00 committed by GitHub
parent 48d9d111fa
commit da4853db04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

View File

@ -10,7 +10,7 @@ group :development do
gem 'stringex', '2.8.6' gem 'stringex', '2.8.6'
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189 # > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0' gem 'sassc', '2.1.0'
gem 'rubocop', '1.66.0' gem 'rubocop', '1.66.1'
gem 'ruby-lsp', '0.17.17' gem 'ruby-lsp', '0.17.17'
gem 'rackup', '2.1.0' gem 'rackup', '2.1.0'
end end

View File

@ -29,6 +29,9 @@ GEM
ffi (1.17.0-arm64-darwin) ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu) ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (4.28.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.0-x86_64-linux) google-protobuf (4.28.0-x86_64-linux)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
@ -83,7 +86,7 @@ GEM
nokogiri (1.16.7-x86_64-linux) nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.26.3) parallel (1.26.3)
parser (3.3.4.2) parser (3.3.5.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pathutil (0.16.2) pathutil (0.16.2)
@ -110,17 +113,17 @@ GEM
regexp_parser (2.9.2) regexp_parser (2.9.2)
rexml (3.3.7) rexml (3.3.7)
rouge (4.3.0) rouge (4.3.0)
rubocop (1.66.0) rubocop (1.66.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.3.0.2) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0) regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.1, < 2.0) rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.2) rubocop-ast (1.32.3)
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
ruby-lsp (0.17.17) ruby-lsp (0.17.17)
language_server-protocol (~> 3.17.0) language_server-protocol (~> 3.17.0)
@ -131,6 +134,8 @@ GEM
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass (3.4.25) sass (3.4.25)
sass-embedded (1.78.0-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.78.0-x86_64-linux-gnu) sass-embedded (1.78.0-x86_64-linux-gnu)
google-protobuf (~> 4.27) google-protobuf (~> 4.27)
sass-globbing (1.1.5) sass-globbing (1.1.5)
@ -171,7 +176,7 @@ DEPENDENCIES
nokogiri (= 1.16.7) nokogiri (= 1.16.7)
rackup (= 2.1.0) rackup (= 2.1.0)
rake (= 13.2.1) rake (= 13.2.1)
rubocop (= 1.66.0) rubocop (= 1.66.1)
ruby-lsp (= 0.17.17) ruby-lsp (= 0.17.17)
sass-globbing (= 1.1.5) sass-globbing (= 1.1.5)
sassc (= 2.1.0) sassc (= 2.1.0)