railsgirls/guides.railsgirls.com

Ruby Sass has reached end-of-life and should no longer be used.

sander-bol opened this issue · 2 comments

Upon running bundle install, a post-install message is emitted:

Ruby Sass has reached end-of-life and should no longer be used.

Hey @sbol-coolblue, Thanks for the report!

This site doesn't use Sass, but it's part of the GitHub pages gem bundle by default. This warning can be ignored. There is an issue open for this upstream. Hopefully it will be resolved soon.

Alternatively, we could use the Jekyll gem directly, without the github-pages gem. That will require a lot less gems and works roughly the same.

This is fixed by using the Jekyll gem directly, without the github-pages gem, in commit ecccaeb.