From 376722c852ff0c10a456b3b9f3d48172661fe3d4 Mon Sep 17 00:00:00 2001 From: Tobias Huste <t.huste@hzdr.de> Date: Wed, 2 Jun 2021 09:15:29 +0200 Subject: [PATCH] Use Ruby 3.0 for the production builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 501b98a19..b2a7d9d54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ruby:2.7 +image: ruby:3.0 stages: - build -- GitLab