Skip to content

Commit

Permalink
Use jekyll-sass-converter-2.0 by default (jekyll#7778)
Browse files Browse the repository at this point in the history
Merge pull request 7778
  • Loading branch information
ashmaroli authored and jekyllbot committed Aug 14, 2019
1 parent 65773e1 commit 4e37fb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("colorator", "~> 1.0")
s.add_runtime_dependency("em-websocket", "~> 0.5")
s.add_runtime_dependency("i18n", ">= 0.9.5", "< 2")
s.add_runtime_dependency("jekyll-sass-converter", "= 2.0.0.pre.beta")
s.add_runtime_dependency("jekyll-sass-converter", "~> 2.0")
s.add_runtime_dependency("jekyll-watch", "~> 2.0")
s.add_runtime_dependency("kramdown", "~> 2.1")
s.add_runtime_dependency("kramdown-parser-gfm", "~> 1.0")
Expand Down

0 comments on commit 4e37fb6

Please sign in to comment.