Merge "Fix non-existing option of 'bundle install'"

This commit is contained in:
Zuul 2022-12-15 03:50:07 +00:00 committed by Gerrit Code Review
commit cb2c5192a2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -ex
GEM_INSTALL_CMD="gem install --no-user-install --minimal-dep --verbose --no-document"
GEM_INSTALL_CMD="gem install --no-user-install --minimal-deps --verbose --no-document"
if [ -n "${GEM_HOME}" ]; then
GEM_BIN_DIR=${GEM_HOME}/bin/