Bump rubocop from 1.62.0 to 1.62.1 (#31846)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-12 11:53:08 +01:00 committed by GitHub
parent 0cae87e890
commit 27f7721017
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.62.0'
gem 'rubocop', '1.62.1'
gem 'ruby-lsp', '0.14.5'
gem 'rackup', '2.1.0'
end

View File

@ -101,7 +101,7 @@ GEM
regexp_parser (2.9.0)
rexml (3.2.6)
rouge (4.2.0)
rubocop (1.62.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@ -159,7 +159,7 @@ DEPENDENCIES
nokogiri (= 1.16.2)
rackup (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.62.0)
rubocop (= 1.62.1)
ruby-lsp (= 0.14.5)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)