build(deps-dev): bump rubocop from 1.64.0 to 1.64.1 (#33018)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-02 15:45:47 +02:00 committed by GitHub
parent c390f5af63
commit c9a5f7ffa9
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'
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0'
gem 'rubocop', '1.64.0'
gem 'rubocop', '1.64.1'
gem 'ruby-lsp', '0.16.7'
gem 'rackup', '2.1.0'
end

View File

@ -105,7 +105,7 @@ GEM
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rubocop (1.64.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@ -164,7 +164,7 @@ DEPENDENCIES
nokogiri (= 1.16.5)
rackup (= 2.1.0)
rake (= 13.2.1)
rubocop (= 1.64.0)
rubocop (= 1.64.1)
ruby-lsp (= 0.16.7)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)