diff options
-rw-r--r-- | .expeditor/update_dep.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh index 14ef80463b..c9097d3dea 100644 --- a/.expeditor/update_dep.sh +++ b/.expeditor/update_dep.sh @@ -15,6 +15,11 @@ branch="expeditor/${GEM_NAME}_${VERSION}" git checkout -b "$branch" bundle install + +# it appears that the gem that triggers this script fires off this script before +# the gem is actually available via bundler on rubygems.org. +sleep 120 + bundle exec rake dependencies:update git add . |