bokmann / font-awesome-rails

the font-awesome font bundled as an asset for the rails asset pipeline
http://fortawesome.github.com/Font-Awesome/
MIT License
1.86k stars 244 forks source link

Remove sass-rails in favor of sassc-rails #204

Closed adjam closed 5 years ago

adjam commented 5 years ago

Fixes #203 -- sass gem is now deprecated. Heads off warnings about deprecation of secret_token if Rails version > 4.

adjam commented 5 years ago

Existing tests pass with lots of warnings about circular includes (which appear to be in upstream gems) under Ruby 2.6.3 (MRI) and JRuby 9.2.6.0.

rmm5t commented 5 years ago

Thanks!!