From 58f574a05125fafffedaf39494e0a3a5343733d1 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 18 Oct 2022 10:27:33 +0200 Subject: [PATCH] Update GitLab CI to Ruby 2.7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59d70d2..c217267 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: "ruby:2.4" +image: "ruby:2.7" # Cache gems in between builds cache: -- GitLab