Skip to content

Commit 8f5f753

Browse files
committed
Install bundler to global rvm gemset
1 parent fc124e9 commit 8f5f753

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+
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)