[rubygems/rubygems] Print error messages just once in verbose mode
When running a command with the --verbose flag that ends up raising a BundlerError, Bundler will unnecessarily print the error twice.
--verbose
BundlerError
This commit fixes the issue by removing the duplicate logging.
https://github.com/rubygems/rubygems/commit/689004a164
[rubygems/rubygems] Print error messages just once in verbose mode
When running a command with the
--verboseflag that ends up raising aBundlerError, Bundler will unnecessarily print the error twice.This commit fixes the issue by removing the duplicate logging.
https://github.com/rubygems/rubygems/commit/689004a164