jekyll / jekyll-sass-converter

A Sass converter for Jekyll.

Home Page:http://rubygems.org/gems/jekyll-sass-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The new release requires an unavailable version of sassc

chdiza opened this issue · comments

$ gem update jekyll-sass-converter
Updating installed gems
Updating jekyll-sass-converter
ERROR:  Error installing jekyll-sass-converter:
	Unable to resolve dependency: 'jekyll-sass-converter (= 2.0.0)' requires 'sassc (> 2.0.1, < 3.0)'
Nothing to update

OK, so if I then try gem install sassc to satisfy this dependency, then gem downloads and installs version 2.0.1 of sassc which will not satisfy the dependency. Versions of sassc higher than 2.0.1 have the status "prerelease".

@chdiza sassc-2.1.0 has been released couple of minutes ago. Please try again

OK, that works now. But there were several days when updating was impossible.