Bump rubocop from 1.63.4 to 1.63.5 (#32674)

This commit is contained in:
dependabot[bot] 2024-05-11 12:26:31 +02:00 committed by GitHub
parent 038a2e0263
commit f3ba8016c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 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.63.4' gem 'rubocop', '1.63.5'
gem 'ruby-lsp', '0.16.6' gem 'ruby-lsp', '0.16.6'
gem 'rackup', '2.1.0' gem 'rackup', '2.1.0'
end end

View File

@ -102,7 +102,7 @@ GEM
regexp_parser (2.9.0) regexp_parser (2.9.0)
rexml (3.2.6) rexml (3.2.6)
rouge (4.2.1) rouge (4.2.1)
rubocop (1.63.4) rubocop (1.63.5)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -160,7 +160,7 @@ DEPENDENCIES
nokogiri (= 1.16.4) nokogiri (= 1.16.4)
rackup (= 2.1.0) rackup (= 2.1.0)
rake (= 13.2.1) rake (= 13.2.1)
rubocop (= 1.63.4) rubocop (= 1.63.5)
ruby-lsp (= 0.16.6) ruby-lsp (= 0.16.6)
sass-globbing (= 1.1.5) sass-globbing (= 1.1.5)
sassc (= 2.1.0) sassc (= 2.1.0)