Pin sass-embedded to 1.80.4 (#35485)

This commit is contained in:
Joost Lekkerkerker 2024-10-30 14:31:55 +01:00 committed by GitHub
parent 68cb311030
commit 6b8902cc17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -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'

View File

@ -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)