-
Notifications
You must be signed in to change notification settings - Fork 10
post_install hook fails #15
Comments
The same thing just happened for
|
|
This has started to happen for me more often lately than before. I would imagine that |
This happened to me minutes ago |
I've also getting this issue but the chances of it getting solved after being open for over a year are slim I'm guessing.. |
Had same for private repo. Will update if find out any details |
Try deleting rbenv-shim: rm ~/.rbenv/shims/.rbenv-shim |
If you ever stumble across this error here is a quick explanation what is happening and how to fix it. After installing executables rbenv is rehashing shims by running Because bundle is installing gems in parallel,
The Post install hook will interpret it as an error while installing a gem. THE SOLUTION You either:
|
When I run
bundle install
with thesdoc
gem in my Gemfile, I get this error:I guess it's because the gem executes
git
when checking forexecutables
: https://github.com/voloko/sdoc/blob/087940a7220b523a3a3758479552fcf81329b320/sdoc.gemspec#L37Replacing this line with a simple array of the executables would probably fix this, but is there any other way to make this work properly?
The text was updated successfully, but these errors were encountered: