foundation / foundation-rails

Foundation for Rails
foundation.zurb.com
MIT License
1k stars 376 forks source link

Update to sassc rails #291

Closed p8 closed 3 weeks ago

p8 commented 4 years ago

Continuing #287 by @cparker-ajla

I've replaced 'sass' with 'sassc' in the gemspec.

The "You are trying to install in deployment mode after changing your Gemfile" errors have been fixed by running: bundle exec appraisal install. The error occured because when Travis tries to runbundler install on the appraisals Gemfiles it would change the appraisals Gemfile.lock. Running: bundle exec appraisal install and commiting the lock files prevents this error.

Ruby 2.3.8 has been removed from the build matrix because it is end-of-life and fails with Rails 6.

Rails 6 requires some more work. See #282