Use jekyll-sass-converter-2.0 by default (#7778)

Merge pull request 7778
This commit is contained in:
Ashwin Maroli
2019-08-14 23:54:55 +05:30
committed by jekyllbot
parent 65773e19a8
commit 4e37fb6420
2 changed files with 1 additions and 5 deletions

View File

@@ -7,10 +7,6 @@ gemspec :name => "jekyll"
# refinements introduced in i18n-1.3.0
gem "i18n", "~> 1.2.0" if RUBY_ENGINE == "jruby"
# Point to the sass-converter's repository to ensure Windows builds render as expected.
# Remove once "jekyll-sass-converter-2.0.0" ships.
gem "jekyll-sass-converter", :github => "jekyll/jekyll-sass-converter"
gem "rake", "~> 12.0"
group :development do