更新されましたrubygems-bundler
1.2.2から1.3.
これが問題であるかどうかは正確にはわかりませんが、次のエラーが発生します。
$ bundle update
env: Ruby_executable_hooks: No such file or directory
$ bundle install
env: Ruby_executable_hooks: No such file or directory
ここでバグを開いてください: https://github.com/mpapis/executable-hooks/issues
一時的な修正として:
rvm @global do gem regenerate_binstubs
gem regenerate_binstubs
https://github.com/mpapis/executable-hooks/issues/6 バージョン1.2.1
のexecutable-hooks
の修正としてリリースされました-問題を修正する必要があります。
次の問題 https://github.com/mpapis/executable-hooks/issues/7https://github.com/mpapis/executable-hooks/issues/81.2.3
のバージョンexecutable-hooks
での最終修正
Terminal
で次のコマンドを実行して、executable-hooks
を最新バージョンに更新し、問題を修正します。
Sudo gem install --user-install executable-hooks
同じ問題が発生しましたが、rubygems-bundler
ではなくbundler
があり、gem
がregenerate_binstubs
を認識しません。
rvm all-gemsets do gem update bundler
バンドラー1.7.11をインストールし、修正してくれました。