Skip to content

Commit 4ec4160

Browse files
committed
Remove rvm global trick
1 parent d2b91ca commit 4ec4160

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-
yes | rvm @global do gem install bundler
13+
yes | gem install --force bundler
1414
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
1515
bundle binstubs bundler --force
1616
else

0 commit comments

Comments
 (0)