summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."