Skip to content

Commit 6b8902c

Browse files
authored
Pin sass-embedded to 1.80.4 (#35485)
1 parent 68cb311 commit 6b8902c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ group :development do
1010
gem 'stringex', '2.8.6'
1111
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
1212
gem 'sassc', '2.1.0'
13+
# 1.80.5 breaks the build
14+
gem 'sass-embedded', '1.80.4'
1315
gem 'rubocop', '1.67.0'
1416
gem 'ruby-lsp', '0.20.1'
1517
gem 'rackup', '2.1.0'

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ DEPENDENCIES
178178
rake (= 13.2.1)
179179
rubocop (= 1.67.0)
180180
ruby-lsp (= 0.20.1)
181+
sass-embedded (= 1.80.4)
181182
sass-globbing (= 1.1.5)
182183
sassc (= 2.1.0)
183184
sinatra (= 4.0.0)

0 commit comments

Comments
 (0)