Ignore "gem "bundler" cannot be uninstalled because it is a default gem" error when tested with ruby-head by yahonda · Pull Request #31029 · rails/rails

Summary This pull request attempts to ignore the following error when tested with ruby-head which has bundler as a default gem. $ rvm @global do gem uninstall bundler --all --ignore-dependencies --...