brightin / brightcontent

BrightContent, yet another cms / admin panel for Rails
brightin.nl
MIT License
12 stars 13 forks source link

Sass-rails dependency soon to be deprecated #55

Closed wvengen closed 5 years ago

wvengen commented 5 years ago

When updating gems, I get a warning:

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

See also https://github.com/rails/sass-rails/issues/420.

Brightcontent depends on sass-rails, which will be deprecated very soon. Let's move to sassc-rails instead.

jvdp commented 5 years ago

Good idea! Do you know if there's an impact on the existing code or can we just upgrade without other changes?

wvengen commented 5 years ago

In other code I've upgraded without changes.

jvdp commented 5 years ago

@wvengen you can upgrade to 2.5.1 for this :)

wvengen commented 5 years ago

Thank you! :tada: