diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-18 13:00:47 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-18 13:00:47 +0000 |
commit | 7b042e0b75d1d509359ac5c91bb9c696f614d1bf (patch) | |
tree | b964318264f1ee31c0fe991dc2c34a4292ea328f | |
parent | b1268e93775a992c990a8d378491b19c59463545 (diff) | |
parent | fe65e991227c72ff046ffee935e0a38482b95194 (diff) | |
download | gitlab-ce-7b042e0b75d1d509359ac5c91bb9c696f614d1bf.tar.gz |
Merge branch 'update-upgrading-from-source-document-11-8' into '11-8-stable'
Update documentation to note Ruby 2.5 requirement
See merge request gitlab-org/gitlab-ce!26187
-rw-r--r-- | doc/update/11.7-to-11.8.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/11.7-to-11.8.md b/doc/update/11.7-to-11.8.md index d5cd557d7b5..359b767d456 100644 --- a/doc/update/11.7-to-11.8.md +++ b/doc/update/11.7-to-11.8.md @@ -30,8 +30,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`. |