Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. #1171

Closed
tmartyny opened this issue Oct 2, 2018 · 2 comments
Closed

Comments

@tmartyny
Copy link

tmartyny commented Oct 2, 2018

Hello! When I bundle update, I'm getting this error:

Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  primary implementation: https://sass-lang.com/install

* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  sassc gem: https://github.com/sass/sassc-ruby#readme

* For more details, please refer to the Sass blog:
  http://sass.logdown.com/posts/7081811
@fmluizao
Copy link

fmluizao commented Oct 8, 2018

I think it's only needed to change to sassc here:

https://github.com/twbs/bootstrap-sass/blob/master/bootstrap-sass.gemspec#L14

And release a new version to rubygems.

@glebm
Copy link
Member

glebm commented Oct 10, 2018

This is fixed in the next branch. Until it is released (along with v3.4 or before EOY), you can use the next branch like this:

gem 'bootstrap-sass', git: 'https://github.com/twbs/bootstrap-sass', branch: 'next'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants