Be able to bundle gems with newer rubies

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Zeger-Jan van de Weg 2017-09-26 11:30:28 +02:00 committed by Rémy Coutable
parent 2994de7590
commit a7829863c8

View file

@ -455,7 +455,7 @@ db:migrate:reset-mysql:
variables:
SETUP_DB: "false"
script:
- git fetch origin v8.14.10
- git fetch origin v9.3.0
- git checkout -f FETCH_HEAD
- bundle install $BUNDLE_INSTALL_FLAGS
- cp config/gitlab.yml.example config/gitlab.yml