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 0007e19 commit 9c13bafCopy full SHA for 9c13baf
script/update_rubygems_and_install_bundler
@@ -7,6 +7,9 @@ source script/functions.sh
7
8
if is_ruby_23_plus; then
9
yes | gem update --system
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
14
else
15
echo "Warning installing older versions of Rubygems / Bundler"
0 commit comments