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:
-rw-r--r--.ruby-version2
-rw-r--r--.tool-versions2
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base2
3 files changed, 3 insertions, 3 deletions
diff --git a/.ruby-version b/.ruby-version
index 338a5b5d..37c2961c 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-2.6.6
+2.7.2
diff --git a/.tool-versions b/.tool-versions
index 8652e679..ba915df5 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,3 +1,3 @@
-ruby 2.6.6
+ruby 2.7.2
nodejs 12.18.4
yarn 1.22.5
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index d3d5c002..e2ba47a7 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -2,7 +2,7 @@
# Image that contains all Nanoc dependencies and tools that
# are needed to build the docs site and run the tests.
#
-FROM ruby:2.6.6-alpine3.12
+FROM ruby:2.7.2-alpine3.12
MAINTAINER GitLab Technical Writing team
# Install dependencies