From 21e0a9085f707a04a25794b5df9c1cd07638e707 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 1 Jun 2016 21:55:39 -0700 Subject: Use --user-install to allow gem install to happen --- ci/bundle_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh index 08c492f207..519b0e4367 100755 --- a/ci/bundle_install.sh +++ b/ci/bundle_install.sh @@ -2,6 +2,7 @@ set -evx +gem environment bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2) -gem install bundler -v $bundler_version +gem install bundler -v $bundler_version --user-install bundle _${bundler_version}_ install -- cgit v1.2.1