diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2017-11-01 13:28:52 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2017-11-01 19:43:37 +0000 |
commit | 1944520627f59823ba98d5cf24f56591b622d670 (patch) | |
tree | 7fe0bb4a04f0b0895bf866a42738273a7fee6d71 /actionpack/lib/action_dispatch | |
parent | a235b9f9d1656b6f47d1100f2fd07130ddaf1fa1 (diff) | |
download | rails-1944520627f59823ba98d5cf24f56591b622d670.tar.gz rails-1944520627f59823ba98d5cf24f56591b622d670.tar.bz2 rails-1944520627f59823ba98d5cf24f56591b622d670.zip |
Ignore "gem "bundler" cannot be uninstalled because it is a default gem" 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 https://github.com/bundler/bundler/issues/6072 is addressed.
Diffstat (limited to 'actionpack/lib/action_dispatch')
0 files changed, 0 insertions, 0 deletions