Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-01-30 07:06:04 +0300
committerEvan Read <eread@gitlab.com>2023-01-30 07:30:25 +0300
commitbb28ea4699a0dd1bed18376830e7610816897931 (patch)
tree33380836ca1e814a89c1dd55c309831325d44a05 /.gitlab-ci.yml
parent4e4a6456a4d7c552537f4642960a75e69fc71ef4 (diff)
Make Ruby 3.0.5 the only ruby for the project
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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.