diff options
author | Tom Duffield <tom@chef.io> | 2017-02-09 18:44:19 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-09 18:44:19 -0600 |
commit | 8303aed3815db43905570a48339b0eca0999bf8b (patch) | |
tree | 22e2075b1782ee5f0025d9c2444dbf7ae540fec7 /ci | |
parent | 9c92916062f8ee969c0167d11964402d5d42b7cb (diff) | |
download | chef-8303aed3815db43905570a48339b0eca0999bf8b.tar.gz |
Cleanup Gemfiles, Berksfiles, and update Gemfile groups
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/bundle_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh index 7f90f74964..973fcd48cc 100755 --- a/ci/bundle_install.sh +++ b/ci/bundle_install.sh @@ -5,5 +5,5 @@ set -evx gem environment bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2) gem install bundler -v $bundler_version --user-install --conservative -export BUNDLE_WITHOUT=default:omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows +export BUNDLE_WITHOUT=omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows:development:changelog:travis bundle _${bundler_version}_ install |