diff options
Diffstat (limited to 'ci/bundle_install.sh')
-rwxr-xr-x | ci/bundle_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh index 519b0e4367..c4b23001a6 100755 --- a/ci/bundle_install.sh +++ b/ci/bundle_install.sh @@ -5,4 +5,5 @@ set -evx gem environment bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2) gem install bundler -v $bundler_version --user-install +export BUNDLE_WITHOUT=default:omnibus_package:development:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows bundle _${bundler_version}_ install |