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

drop ruby sass requirement #109

Merged
merged 6 commits into from
Oct 30, 2018
Merged

drop ruby sass requirement #109

merged 6 commits into from
Oct 30, 2018

Conversation

bolandrm
Copy link
Member

@bolandrm bolandrm commented Sep 27, 2018

  • drop ruby sass requirement
  • drop support for sprockets 2

TODO

  • fix segfaulting test
  • bump to version 2.0.0

@bolandrm
Copy link
Member Author

bolandrm commented Sep 27, 2018

segfault appears to be an issue with sassc-ruby 2.0.0, as 1.12.1 is working resolved

def initialize(options = {}, &block)
@cache_version = options[:cache_version]
@cache_key = "#{self.class.name}:#{VERSION}:#{SassC::VERSION}:#{@cache_version}".freeze
#@importer_class = options[:importer] || Sass::Importers::Filesystem
Copy link

Choose a reason for hiding this comment

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

This commented line should be removed.

Choose a reason for hiding this comment

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

Still not removed :P

@deivid-rodriguez
Copy link

For the record, I just tried this branch with activeadmin and all tests passed 💪 👍.

@bolandrm
Copy link
Member Author

bolandrm commented Oct 8, 2018

@deivid-rodriguez cool, thanks for testing! I'll do a release soon

@deivid-rodriguez
Copy link

@bolandrm Great, thanks to you for working on this!

@jesperronn
Copy link

Whats preventing this PR from being merged?

@jesperronn
Copy link

Any news on when you'd like to merge/release this, @bolandrm ?

@bolandrm
Copy link
Member Author

Sorry, i've been extremely busy. I'll try to do this tomorrow

@bolandrm bolandrm merged commit f5ab1cb into master Oct 30, 2018
@bolandrm
Copy link
Member Author

2.0.0 released!

@jesperronn
Copy link

Awesome 👏 I really appreciate your efforts

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

5 participants