summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 15:25:26 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 15:25:26 -0700
commit4952f89ead5a39fb74802a171d0bba12f88b0594 (patch)
tree8ec702ca52b5ad3a6e0fd743173112f75d3199f9
parent1e881266caa159a186b03384c37cafbb560757d7 (diff)
downloadchef-4952f89ead5a39fb74802a171d0bba12f88b0594.tar.gz
Make sure dep updater has rake
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xci/dependency_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/dependency_update.sh b/ci/dependency_update.sh
index 100e2513ec..d90d41d91c 100755
--- a/ci/dependency_update.sh
+++ b/ci/dependency_update.sh
@@ -4,6 +4,6 @@
set -evx
-bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows development
+bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows
bundle exec rake dependencies_ci