We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cb311 commit 6b8902cCopy full SHA for 6b8902c
Gemfile
@@ -10,6 +10,8 @@ group :development do
10
gem 'stringex', '2.8.6'
11
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
12
gem 'sassc', '2.1.0'
13
+ # 1.80.5 breaks the build
14
+ gem 'sass-embedded', '1.80.4'
15
gem 'rubocop', '1.67.0'
16
gem 'ruby-lsp', '0.20.1'
17
gem 'rackup', '2.1.0'
Gemfile.lock
@@ -178,6 +178,7 @@ DEPENDENCIES
178
rake (= 13.2.1)
179
rubocop (= 1.67.0)
180
ruby-lsp (= 0.20.1)
181
+ sass-embedded (= 1.80.4)
182
sass-globbing (= 1.1.5)
183
sassc (= 2.1.0)
184
sinatra (= 4.0.0)
0 commit comments