Skip to content

Commit 1453f96

Browse files
committed
Agree to all proposals
1 parent 8f5f753 commit 1453f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if is_ruby_23_plus; then
1010
echo "Current bundler versions installed: `gem list | grep '^bundler ('`"
1111
gem uninstall -aIx bundler || echo "Warning error occured removing bundler via gem"
1212
rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
13-
rvm @global do gem install bundler
13+
yes | rvm @global do gem install bundler
1414
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
1515
else
1616
echo "Warning installing older versions of Rubygems / Bundler"

0 commit comments

Comments
 (0)