Skip to content

Commit e031366

Browse files
authored
travis: mac: adjust bundler uninstall command
1 parent f4daf3b commit e031366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_posix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install_dependencies()
8989
gem install --no-document fpm
9090

9191
# https://github.com/iterative/dvc/issues/2970
92-
gem uninstall rubygems-bundler
92+
gem uninstall -i /Users/travis/.rvm/gems/ruby-2.4.3@global rubygems-bundler
9393

9494
print_info "Upgrading pip..."
9595
pip install --upgrade pip

0 commit comments

Comments
 (0)