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:
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.