summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-09 18:44:19 -0600
committerTom Duffield <tom@chef.io>2017-02-09 18:44:19 -0600
commit8303aed3815db43905570a48339b0eca0999bf8b (patch)
tree22e2075b1782ee5f0025d9c2444dbf7ae540fec7 /ci
parent9c92916062f8ee969c0167d11964402d5d42b7cb (diff)
downloadchef-8303aed3815db43905570a48339b0eca0999bf8b.tar.gz
Cleanup Gemfiles, Berksfiles, and update Gemfile groups
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-xci/bundle_install.sh2
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