diff options
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/update_dep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh index 13cc63ccc0..a27df411d5 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 -v $VERSION +bundle update $GEM_NAME 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." |