Skip to content

Commit 3be34ab

Browse files
committed
Temporarily modify Gemfile to use changes from jekyll/jekyll-sass-converter#114
1 parent 5636656 commit 3be34ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ group :development do
1212
gem "pry-byebug" unless RUBY_ENGINE == "jruby"
1313
end
1414

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+
1519
#
1620

1721
group :test do

0 commit comments

Comments
 (0)