-
Notifications
You must be signed in to change notification settings - Fork 11
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
Activefacts doesn't work if ruby is installed under $HOME #17
Comments
I have no idea where this error message is coming from. Nothing in CQL makes reference to git, so why is git complaining? Is this because cql requires bundler/setup? |
i think its the code in Gemfile that tries to detect work area gems |
I can see why this is a problem, but not why it calls git? |
maybe bundler calls git with that path, and git throws that error |
My gemfiles use gemspec, and the gemspec files use |
Most ruby version managers eg rvm and rbenv install ruby under $HOME, which breaks cql compiler
on a good note, looks like schema_compositor doesn't have same issue
The text was updated successfully, but these errors were encountered: