summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-02-06 14:41:48 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-02-06 14:41:48 +0000
commit60876192f89e41494cb56e2dc0a90f5f0dbfa716 (patch)
tree996c27ae5945fb3f3c4a81a7781fabaadac33897
parent24d730a0d6acb8189a31e9ace51a4e5fda20edcb (diff)
parente9ce5fc90fe1c961113d542258651eeed9a53fbf (diff)
downloadgitlab-ce-60876192f89e41494cb56e2dc0a90f5f0dbfa716.tar.gz
Merge branch 'sh-bump-supported-ruby-versions-docs' into 'master'
Bump required Ruby version in install doc Closes #57350 See merge request gitlab-org/gitlab-ce!24966
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 1f65e3415d1..45a76bd1d01 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -139,8 +139,8 @@ Then select 'Internet Site' and press enter to confirm the hostname.
The Ruby interpreter is required to run GitLab.
-**Note:** The current supported Ruby (MRI) version is 2.3.x. GitLab 9.0 dropped
-support for Ruby 2.1.x.
+**Note:** The current supported Ruby (MRI) version is 2.5.x. GitLab 11.6
+ dropped support for Ruby 2.4.x.
The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab
in production, frequently leads to hard to diagnose problems. For example,