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

Release new gem version due to libv8 difficulties #306

Closed
reedstonefood opened this issue May 4, 2020 · 1 comment
Closed

Release new gem version due to libv8 difficulties #306

reedstonefood opened this issue May 4, 2020 · 1 comment

Comments

@reedstonefood
Copy link

Installing the current version of rails-hyperstack requires installing libv8. It needs version 6.7, which does not have a native version on darwin-19 (Catalina), so it has to build it, which consistently fails. There are many gists, github comments etc. that try to help with this but I've had no success so far.

I believe this issue could be solved by releasing a new version of the gem. This is because since 1.0.alpha1.5 was released, there has been a change to use the latest version of libv8. This does have a darwin-19 version available, so should be much more straightforward to install.

@catmando
Copy link
Contributor

catmando commented Apr 7, 2021

removed all dependencies on libv8

@catmando catmando closed this as completed Apr 7, 2021
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

No branches or pull requests

2 participants