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 fc124e9 commit 8f5f753Copy full SHA for 8f5f753
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
- gem install bundler --default -v "2.1.1"
+ rvm @global do gem install bundler
14
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
15
else
16
echo "Warning installing older versions of Rubygems / Bundler"
0 commit comments