We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b91ca commit 4ec4160Copy full SHA for 4ec4160
script/update_rubygems_and_install_bundler
@@ -10,7 +10,7 @@ if is_ruby_23_plus; then
10
echo "Current bundler versions installed: `gem list | grep '^bundler ('`"
11
gem uninstall -aIx bundler || echo "Warning error occured removing bundler via gem"
12
rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
13
- yes | rvm @global do gem install bundler
+ yes | gem install --force bundler
14
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
15
bundle binstubs bundler --force
16
else
0 commit comments