mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
build(deps-dev): bump rubocop from 1.71.2 to 1.72.1 (#37502)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.72.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.71.2...v1.72.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3be16180b8
commit
9a6b44cd28
2
Gemfile
2
Gemfile
@ -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.85.0'
|
||||
gem 'rubocop', '1.71.2'
|
||||
gem 'rubocop', '1.72.1'
|
||||
gem 'ruby-lsp', '0.23.10'
|
||||
gem 'rackup', '2.2.1'
|
||||
end
|
||||
|
@ -76,6 +76,7 @@ GEM
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
language_server-protocol (3.17.0.4)
|
||||
lint_roller (1.1.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
@ -118,9 +119,10 @@ GEM
|
||||
regexp_parser (2.10.0)
|
||||
rexml (3.4.0)
|
||||
rouge (4.5.1)
|
||||
rubocop (1.71.2)
|
||||
rubocop (1.72.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
@ -182,7 +184,7 @@ DEPENDENCIES
|
||||
nokogiri (= 1.18.2)
|
||||
rackup (= 2.2.1)
|
||||
rake (= 13.2.1)
|
||||
rubocop (= 1.71.2)
|
||||
rubocop (= 1.72.1)
|
||||
ruby-lsp (= 0.23.10)
|
||||
sass-embedded (= 1.85.0)
|
||||
sass-globbing (= 1.1.5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user