bundler
bundler copied to clipboard
Should not exit with code 0 on error
$ /opt/ruby-enterprise/bin/bundle exec foo
bundler: command not found: foo
Install missing gem binaries with bundle install
$ echo $?
0
Makes automated scripts think everything is fine when its not.
Is this still open? Looks like an important issue... (I'm working on provisioning with chef and looking into bundler's exit codes to control it.)
Is issue #578 related?