diff options
author | Stan Hu <stanhu@gmail.com> | 2019-02-06 06:17:47 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-02-06 06:20:57 -0800 |
commit | e9ce5fc90fe1c961113d542258651eeed9a53fbf (patch) | |
tree | a6badcfc27ce2503c3178db856d0d239e0e9a358 /doc/install | |
parent | d0187de202d94fa445a28c347b7a54dbf09a22a8 (diff) | |
download | gitlab-ce-e9ce5fc90fe1c961113d542258651eeed9a53fbf.tar.gz |
Bump required Ruby version in install doc
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57350
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
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, |