From bb28ea4699a0dd1bed18376830e7610816897931 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Mon, 30 Jan 2023 14:06:04 +1000 Subject: Make Ruby 3.0.5 the only ruby for the project --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6eb4f7f..956126bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ variables: VALE_VERSION: '2.22.0' MARKDOWNLINT_VERSION: '0.32.2' # Version also set in package.json MARKDOWNLINT2_VERSION: '0.6.0' # Version also set in package.json - RUBY_VERSION: '2.7.7' + RUBY_VERSION: '3.0.5' # # workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR. -- cgit v1.2.3