Skip to content

Commit 02a7a6b

Browse files
committed
Pitiful attempts to fix bundler
1 parent fc124e9 commit 02a7a6b

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-
gem install bundler --default -v "2.1.1"
13+
yes | gem install --force 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)