Closed kanmeiban closed 2 years ago
Strange! I doubt this is a bundler issue. I found one upstream bug report but that ultimately was found to be due to a shell alias for bundler and not a bug in bundler itself: https://github.com/rubygems/rubygems/issues/3233
Is it possible that bundle check
is invoking an alias or wrapper script in your shell environment?
@mattbrictson, you're absolutely right. I'm actually running bundle check
in a wrapper script (envkey-source
) and it clobbers the return value.
It's more of an issue of bundler, still when updating a single gem
bundle check
succeeds while printing info about missing gem on STDERR. Fixed it withset :bundle_check_before_install, false
. Maybe we should add a notice to the README?From my capistrano.log: