mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Bump rubocop from 1.59.0 to 1.60.0 (#30863)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1d15b68fb2
commit
84108f61d9
2
Gemfile
2
Gemfile
@ -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.59.0'
|
gem 'rubocop', '1.60.0'
|
||||||
gem 'ruby-lsp', '0.13.4'
|
gem 'ruby-lsp', '0.13.4'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ GEM
|
|||||||
nokogiri (1.16.0-x86_64-linux)
|
nokogiri (1.16.0-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.24.0)
|
parallel (1.24.0)
|
||||||
parser (3.3.0.3)
|
parser (3.3.0.4)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
@ -96,11 +96,11 @@ GEM
|
|||||||
regexp_parser (2.9.0)
|
regexp_parser (2.9.0)
|
||||||
rexml (3.2.6)
|
rexml (3.2.6)
|
||||||
rouge (4.2.0)
|
rouge (4.2.0)
|
||||||
rubocop (1.59.0)
|
rubocop (1.60.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)
|
||||||
parser (>= 3.2.2.4)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
@ -152,7 +152,7 @@ DEPENDENCIES
|
|||||||
jekyll-toc (= 0.18.0)
|
jekyll-toc (= 0.18.0)
|
||||||
nokogiri (= 1.16.0)
|
nokogiri (= 1.16.0)
|
||||||
rake (= 13.1.0)
|
rake (= 13.1.0)
|
||||||
rubocop (= 1.59.0)
|
rubocop (= 1.60.0)
|
||||||
ruby-lsp (= 0.13.4)
|
ruby-lsp (= 0.13.4)
|
||||||
sass-globbing (= 1.1.5)
|
sass-globbing (= 1.1.5)
|
||||||
sassc (= 2.1.0)
|
sassc (= 2.1.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user