diff options
author | Hordur Freyr Yngvason <hfyngvason@gitlab.com> | 2019-08-14 23:16:55 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-14 23:16:55 +0000 |
commit | 37ffbeeab1f634449a149417679353724bbda5d6 (patch) | |
tree | 7fc68c631320ae17b13c936b25964e7a5090a498 /doc/update | |
parent | c8dfb11b28e0292f2b89f65da12e7fc31aea5b48 (diff) | |
download | gitlab-ce-37ffbeeab1f634449a149417679353724bbda5d6.tar.gz |
Make ruby 2.6 the officially supported version
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/upgrading_from_source.md | 4 |
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`. |