diff options
author | Stan Hu <stanhu@gmail.com> | 2017-03-22 21:52:01 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-03-22 21:52:01 -0700 |
commit | 5ea740fa5b62cc1fb1fd2e33238365a1dd8602f7 (patch) | |
tree | 3b88d86bfa6b07f846448e5df1d0b3f5814ada23 /doc/update/8.17-to-9.0.md | |
parent | bcbd03257aa52641ee165405b90efd6f53cf8f38 (diff) | |
download | gitlab-ce-5ea740fa5b62cc1fb1fd2e33238365a1dd8602f7.tar.gz |
Add notes about dropping support for Ruby 2.1.x
[ci skip]
Diffstat (limited to 'doc/update/8.17-to-9.0.md')
-rw-r--r-- | doc/update/8.17-to-9.0.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/update/8.17-to-9.0.md b/doc/update/8.17-to-9.0.md index 140d3684c56..abe3003dd86 100644 --- a/doc/update/8.17-to-9.0.md +++ b/doc/update/8.17-to-9.0.md @@ -25,9 +25,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ### 3. Update Ruby -We will continue supporting Ruby < 2.3 for the time being but we recommend you -upgrade to Ruby 2.3 if you're running a source installation, as this is the same -version that ships with our Omnibus package. +NOTE: GitLab 9.0 only supports Ruby 2.3.x and dropped support for Ruby 2.1.x. Be +sure to upgrade your interpreter if necessary. You can check which version you are running with `ruby -v`. |