build(deps-dev): bump rubocop from 1.71.0 to 1.71.1 (#37270)

This commit is contained in:
dependabot[bot] 2025-02-03 08:22:54 +01:00 committed by GitHub
parent 2385736391
commit 2028205ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ group :development do
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0'
gem 'sass-embedded', '1.83.4'
gem 'rubocop', '1.71.0'
gem 'rubocop', '1.71.1'
gem 'ruby-lsp', '0.23.7'
gem 'rackup', '2.2.1'
end

View File

@ -118,14 +118,14 @@ GEM
regexp_parser (2.10.0)
rexml (3.4.0)
rouge (4.5.1)
rubocop (1.71.0)
rubocop (1.71.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.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
@ -182,7 +182,7 @@ DEPENDENCIES
nokogiri (= 1.18.2)
rackup (= 2.2.1)
rake (= 13.2.1)
rubocop (= 1.71.0)
rubocop (= 1.71.1)
ruby-lsp (= 0.23.7)
sass-embedded (= 1.83.4)
sass-globbing (= 1.1.5)