build(deps-dev): bump rubocop from 1.67.0 to 1.68.0 (#35516)

This commit is contained in:
dependabot[bot] 2024-11-02 16:08:24 +01:00 committed by GitHub
parent 9c5e69a790
commit 7b271ce07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ group :development do
gem 'sassc', '2.1.0' gem 'sassc', '2.1.0'
# 1.80.5 breaks the build # 1.80.5 breaks the build
gem 'sass-embedded', '1.80.5' gem 'sass-embedded', '1.80.5'
gem 'rubocop', '1.67.0' gem 'rubocop', '1.68.0'
gem 'ruby-lsp', '0.21.1' gem 'ruby-lsp', '0.21.1'
gem 'rackup', '2.1.0' gem 'rackup', '2.1.0'
end end

View File

@ -113,7 +113,7 @@ GEM
regexp_parser (2.9.2) regexp_parser (2.9.2)
rexml (3.3.9) rexml (3.3.9)
rouge (4.4.0) rouge (4.4.0)
rubocop (1.67.0) rubocop (1.68.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -176,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.67.0) rubocop (= 1.68.0)
ruby-lsp (= 0.21.1) ruby-lsp (= 0.21.1)
sass-embedded (= 1.80.5) sass-embedded (= 1.80.5)
sass-globbing (= 1.1.5) sass-globbing (= 1.1.5)