summaryrefslogtreecommitdiff
path: root/.expeditor/update_dep.sh
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-08 10:25:42 -0700
committerTim Smith <tsmith@chef.io>2018-08-08 10:25:42 -0700
commitfcc5d8ae16960e938a6ebf8ef9d9206f0ead653b (patch)
tree384e9608ec385041d364931b29834367a348a72d /.expeditor/update_dep.sh
parentbb947f1d9e626f7cefcde9cf3499b981aa14f03d (diff)
downloadchef-fcc5d8ae16960e938a6ebf8ef9d9206f0ead653b.tar.gz
bundle update the exact version we want
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/update_dep.sh')
-rw-r--r--.expeditor/update_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh
index a27df411d5..13cc63ccc0 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -5,7 +5,7 @@ set -evx
branch="expeditor/${GEM_NAME}_${VERSION}"
git checkout -b "$branch"
-bundle update $GEM_NAME
+bundle update $GEM_NAME -v $VERSION
git add .
git commit --message "Bump $GEM_NAME to $VERSION" --message "This pull request was triggered automatically via Expeditor when $GEM_NAME $VERSION was promoted to Rubygems."