Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-03-23 07:52:01 +0300
committerStan Hu <stanhu@gmail.com>2017-03-23 07:52:01 +0300
commit5ea740fa5b62cc1fb1fd2e33238365a1dd8602f7 (patch)
tree3b88d86bfa6b07f846448e5df1d0b3f5814ada23 /doc/install/installation.md
parentbcbd03257aa52641ee165405b90efd6f53cf8f38 (diff)
Add notes about dropping support for Ruby 2.1.x
[ci skip]
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index e79b8d6ce14..a6b10176450 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -109,7 +109,8 @@ Then select 'Internet Site' and press enter to confirm the hostname.
## 2. Ruby
-**Note:** The current supported Ruby versions are 2.1.x and 2.3.x. 2.3.x is preferred, and support for 2.1.x will be dropped in the future.
+**Note:** The current supported Ruby version is 2.3.x. GitLab 9.0 dropped support
+for Ruby 2.1.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,