Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bundle update: env: ruby_executable_hooks: No such file or directory

Just updated rubygems-bundler from 1.2.2 to 1.3.0

Not sure, exactly, that this is the problem but now I'm getting these errors:

$ bundle update
env: ruby_executable_hooks: No such file or directory
$ bundle install
env: ruby_executable_hooks: No such file or directory
like image 545
Meltemi Avatar asked Sep 21 '13 19:09

Meltemi


1 Answers

please open a bug here: https://github.com/mpapis/executable-hooks/issues

as a temporary fix try:

rvm @global do gem regenerate_binstubs
gem regenerate_binstubs

Update 1:

As a fix for https://github.com/mpapis/executable-hooks/issues/6 version 1.2.1 of executable-hooks was released - it should fix the problem.

Update 2:

Folowing issues https://github.com/mpapis/executable-hooks/issues/7 https://github.com/mpapis/executable-hooks/issues/8 and finall fix in version 1.2.3 of executable-hooks

like image 90
mpapis Avatar answered Sep 28 '22 06:09

mpapis