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-05-03 22:45:28 +0300
committerSarah German <sgerman@gitlab.com>2023-05-03 22:45:28 +0300
commitc4726b3fb84d0aeda1376cd598ffb7dc0cf5113d (patch)
treeeecbb80c4227e40da44fd15c506797a0bd265113 /.gitlab-ci.yml
parent85c0bc2e83214f47c1d733c2a939241891da4bf2 (diff)
Update project to Ruby 3.2.2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60319159..dc2646d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,10 +22,10 @@ variables:
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
ALPINE_VERSION: '3.17'
- VALE_VERSION: '2.24.0'
- MARKDOWNLINT_VERSION: '0.33.0' # Version also set in package.json
- MARKDOWNLINT2_VERSION: '0.6.0' # Version also set in package.json
- RUBY_VERSION: '3.2.1'
+ VALE_VERSION: '2.25.2'
+ MARKDOWNLINT_VERSION: '0.34.0' # Version also set in package.json
+ MARKDOWNLINT2_VERSION: '0.7.1' # Version also set in package.json
+ RUBY_VERSION: '3.2.2'
#
# workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR.