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

Update to sassc rails #291

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Conversation

p8
Copy link

@p8 p8 commented Feb 13, 2020

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

Chantele Parker added 5 commits December 19, 2019 13:16
Keep getting the sass eol error when running bundle install. The sass gem reached end of life March 26, 2019. This change is switching to use sassc-rails, which uses the new C implementation of Sass as requested in issue foundation#278. I also added rails 6.0 to the appraisal test.
Getting this error in Travis CI:
Name: bundler
  Version: 2.1.0
  File: bundler-2.1.0.gem
bundler's executable "bundle" conflicts with /home/travis/.rvm/rubies/ruby-2.3.8/bin/bundle
Overwrite the executable? [yN]

specify the bundler version in travis.yml so it matches what's in the Gemfile.lock.
try to fix failing build as suggested by @javierjulio
remove extra space
fix to bundler version
Also update other rubies to latest patch version
@p8 p8 marked this pull request as ready for review February 13, 2020 21:19
Copy link

@chnikki chnikki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kudos! It looks like updating to sassc was more successful than my attempt to update to sassc-rails. I see that sass was successfully removed from all of the gemfiles and the tests passed. I think this one should be merged.

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

Successfully merging this pull request may close these issues.

None yet

2 participants