mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Pin sass-embedded to 1.80.4 (#35485)
This commit is contained in:
parent
68cb311030
commit
6b8902cc17
2
Gemfile
2
Gemfile
@ -10,6 +10,8 @@ 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'
|
||||
# 1.80.5 breaks the build
|
||||
gem 'sass-embedded', '1.80.4'
|
||||
gem 'rubocop', '1.67.0'
|
||||
gem 'ruby-lsp', '0.20.1'
|
||||
gem 'rackup', '2.1.0'
|
||||
|
@ -178,6 +178,7 @@ DEPENDENCIES
|
||||
rake (= 13.2.1)
|
||||
rubocop (= 1.67.0)
|
||||
ruby-lsp (= 0.20.1)
|
||||
sass-embedded (= 1.80.4)
|
||||
sass-globbing (= 1.1.5)
|
||||
sassc (= 2.1.0)
|
||||
sinatra (= 4.0.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user