diff options
author | Evan Read <eread@gitlab.com> | 2019-03-07 04:00:53 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-07 04:00:53 +0000 |
commit | c78c7625b26fdeb5c0f06f385862af1eafbc8d3d (patch) | |
tree | 2b51a881c1a477143ad03cb7780d5d198f2c08fe | |
parent | c6e11e2ef057a9c9d969c2d894a85338188feefa (diff) | |
parent | 599dfc95433ff63011b778b7e2dbc4e36de28d6d (diff) | |
download | gitlab-ce-c78c7625b26fdeb5c0f06f385862af1eafbc8d3d.tar.gz |
Merge branch '58073-update-upgrading-from-source-document' into 'master'
Docs: Update upgrading_from_source.md for Ruby 2.5
See merge request gitlab-org/gitlab-ce!25814
-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 20d8ebecc0a..b0c9aaa1eed 100644 --- a/doc/update/upgrading_from_source.md +++ b/doc/update/upgrading_from_source.md @@ -40,8 +40,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ### 3. Update Ruby -NOTE: Beginning in GitLab 11.0, we only support Ruby 2.4 or higher, and dropped -support for Ruby 2.3. Be sure to upgrade if necessary. +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. You can check which version you are running with `ruby -v`. |