summaryrefslogtreecommitdiff
path: root/doc/update/upgrading_from_source.md
diff options
context:
space:
mode:
authorHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-08-14 23:16:55 +0000
committerStan Hu <stanhu@gmail.com>2019-08-14 23:16:55 +0000
commit37ffbeeab1f634449a149417679353724bbda5d6 (patch)
tree7fc68c631320ae17b13c936b25964e7a5090a498 /doc/update/upgrading_from_source.md
parentc8dfb11b28e0292f2b89f65da12e7fc31aea5b48 (diff)
downloadgitlab-ce-37ffbeeab1f634449a149417679353724bbda5d6.tar.gz
Make ruby 2.6 the officially supported version
Diffstat (limited to 'doc/update/upgrading_from_source.md')
-rw-r--r--doc/update/upgrading_from_source.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/upgrading_from_source.md b/doc/update/upgrading_from_source.md
index 0aef40262c9..df35638cba2 100644
--- a/doc/update/upgrading_from_source.md
+++ b/doc/update/upgrading_from_source.md
@@ -47,8 +47,8 @@ sudo service gitlab stop
### 3. Update Ruby
-NOTE: Beginning in GitLab 11.6, we only support Ruby 2.5 or higher, and dropped
-support for Ruby 2.4. Be sure to upgrade if necessary.
+NOTE: Beginning in GitLab 12.2, we only support Ruby 2.6 or higher, and dropped
+support for Ruby 2.5. Be sure to upgrade if necessary.
You can check which version you are running with `ruby -v`.