Closed uchilaka closed 5 years ago
I found a dependency definition on sassc
in this file: https://github.com/rails/sass-rails/blob/master/lib/sass-rails.rb on the master
branch. Does that mean this is fixed / pending release or a non-issue in some other way?
It is fixed on the latest release 6.0.0
I got this Post-install message when creating a new rails app:
I checked my project
Gemfile
and the only sass dependency we've got is onsass-rails
. Is there a change that needs to be made to fix the source of this warning? Perhaps a switch to using thesassc
gem instead? (New to rails so haven't figured out yet how that might impactsass-rails
dependency onsass
)