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:
authorAchilleas Pipinellis <axil@gitlab.com>2022-12-15 02:28:33 +0300
committerEvan Read <eread@gitlab.com>2022-12-15 02:28:33 +0300
commit906e1026855de4c94938f570ca2a3dedb794f13f (patch)
treec8aa34006d6266bb9c05d98cbb52598ebc9c2e41
parent6f3b4360ff6bb85574dd0d25eb3bd873901d9f43 (diff)
Bump Ruby and Vale version in CI variables
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de7974c3..eb4745a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,10 +22,10 @@ variables:
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
ALPINE_VERSION: '3.16'
- VALE_VERSION: '2.20.2'
+ VALE_VERSION: '2.21.3'
MARKDOWNLINT_VERSION: '0.32.2'
MARKDOWNLINT2_VERSION: '0.5.1'
- RUBY_VERSION: '2.7.6'
+ RUBY_VERSION: '2.7.7'
#
# workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR.