From 8802d11cd148d3e493eabe1f046340ae4c2f6668 Mon Sep 17 00:00:00 2001 From: Tomas Date: Tue, 24 Mar 2020 17:25:40 +0100 Subject: [PATCH] chore: Workaround for latest bundler no longer accepting our gem lock file. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85d9c17..f46c980 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ stages: before_script: - set -euxo pipefail + - gem install bundler -v "~>1.0" - bundle install --path vendor site: @@ -18,4 +19,4 @@ site: paths: - _site/* script: - - bundle exec jekyll build --config _config.yml \ No newline at end of file + - bundle exec jekyll build --config _config.yml