Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore "gem "bundler" cannot be uninstalled because it is a default g…
…em" error when tested with ruby-head This pull request attempts to ignore the following error when tested with ruby-head which has bundler as a default gem. ```ruby $ rvm @global do gem uninstall bundler --all --ignore-dependencies --executables ERROR: While executing gem ... (Gem::InstallError) gem "bundler" cannot be uninstalled because it is a default gem The command "rvm @global do gem uninstall bundler --all --ignore-dependencies --executables" failed and exited with 1 during . ``` Refer https://travis-ci.org/rails/rails/jobs/295600391 This workaround should be removed once rubygems/bundler#6072 is addressed.
- Loading branch information