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:
authorKati Paizee <kpaizee@gitlab.com>2021-12-09 03:57:04 +0300
committerEvan Read <eread@gitlab.com>2021-12-09 03:57:04 +0300
commitd57dccbaebdeff7c905a8be0a8d57a2b35ec5c07 (patch)
treed89c1315b2b92d6e8cd16d8a9ba78cbebf348894 /.gitlab-ci.yml
parent175ca4a7e9080eded041c8d40b9af701434881df (diff)
Update Ruby version to 2.7.5
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 dc471428..f1509bc0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ variables:
ALPINE_VERSION: '3.14'
VALE_VERSION: '2.12.0'
MARKDOWNLINT_VERSION: '0.29.0'
- RUBY_VERSION: '2.7.4'
+ RUBY_VERSION: '2.7.5'
#
# Retry a job automatically if it fails (2 times)