When I run bundle install with the sdoc gem in my Gemfile, I get this error:
...
post_install hook at
/home/chief/.rbenv/plugins/rbenv-gem-rehash/rubygems_plugin.rb:1 failed for
sdoc-0.4.1
I guess it's because the gem executes git when checking for executables: https://github.com/voloko/sdoc/blob/087940a7220b523a3a3758479552fcf81329b320/sdoc.gemspec#L37
Replacing this line with a simple array of the executables would probably fix this, but is there any other way to make this work properly?