diff options
author | John Keiser <john@johnkeiser.com> | 2016-06-01 21:55:39 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-06-01 21:55:39 -0700 |
commit | 21e0a9085f707a04a25794b5df9c1cd07638e707 (patch) | |
tree | 47579b38e7c7a42e90cb7386fab127f795125dd0 /ci | |
parent | d29942a3bb4d4f76f747b35b9737e12b0296b724 (diff) | |
download | chef-21e0a9085f707a04a25794b5df9c1cd07638e707.tar.gz |
Use --user-install to allow gem install to happenjk/set-evx
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/bundle_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |