chore: Workaround for latest bundler no longer accepting our gem lock file.

This commit is contained in:
Tomas
2020-03-24 17:25:40 +01:00
committed by Sietse Ringers
parent 82a6798df0
commit 8802d11cd1

View File

@@ -10,6 +10,7 @@ stages:
before_script: before_script:
- set -euxo pipefail - set -euxo pipefail
- gem install bundler -v "~>1.0"
- bundle install --path vendor - bundle install --path vendor
site: site:
@@ -18,4 +19,4 @@ site:
paths: paths:
- _site/* - _site/*
script: script:
- bundle exec jekyll build --config _config.yml - bundle exec jekyll build --config _config.yml