From 526f3f96f088037b208e4399c71b89685cb10b51 Mon Sep 17 00:00:00 2001 From: Cassandra Gould van Praag <cassandra.gouldvanpraag@psych.ox.ac.uk> Date: Tue, 31 Jan 2023 11:50:02 +0000 Subject: [PATCH] revert to bundler 2.1.4 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e44f7997..fafd966e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ image: ruby before_script: - - gem install bundler:2.3 + - gem install bundler:2.1.4 pages: script: - - bundle _2.3_ install + - bundle _2.1.4_ install - bundle exec jekyll build -d public tags: - docker -- GitLab