From 2ffccf3fb3597bd05ae810b16dc06cb812061fab Mon Sep 17 00:00:00 2001 From: Cassandra Gould van Praag <cassandra.gouldvanpraag@psych.ox.ac.uk> Date: Tue, 31 Jan 2023 11:55:29 +0000 Subject: [PATCH] Add ruby image version. Error was "google-protobuf-3.21.12-x86_64-linux requires ruby version < 3.2.dev, >= 2.5, which is incompatible with the current version, ruby 3.2.0p0" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fafd966e..a6a9fd7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ruby +image: ruby:2.6 before_script: - gem install bundler:2.1.4 -- GitLab