We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5636656 commit 3be34abCopy full SHA for 3be34ab
Gemfile
@@ -12,6 +12,10 @@ group :development do
12
gem "pry-byebug" unless RUBY_ENGINE == "jruby"
13
end
14
15
+# TODO: This is a temporary change to ensure that CI tests for jekyll/jekyll#7554 pass.
16
+# Delete this line before merging the PR.
17
+gem "jekyll-sass-converter", :github => "jekyll/jekyll-sass-converter", :ref => "refs/pull/114/head"
18
+
19
#
20
21
group :test do
0 commit comments