We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456eed0 commit 9270836Copy full SHA for 9270836
Gemfile
@@ -5,6 +5,7 @@ source "https://rubygems.org"
5
gemspec
6
7
gem "html-proofer", "~> 5.0", group: :test
8
+gem "sass-embedded", "1.77.5" # lock to precompiled build to avoid CI rename failures
9
10
platforms :mingw, :x64_mingw, :mswin, :jruby do
11
gem "tzinfo", ">= 1", "< 3"
0 commit comments