summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-09-30 16:37:42 +0200
committerRémy Coutable <remy@rymai.me>2016-09-30 16:37:42 +0200
commit39b0b9412e079c15d6a14bf3d08558ff6c0746aa (patch)
treeab4b1f66b63370e1683a41f302cd1e982cc04c6e
parent7895910e6c4da83214c145c493c4e67f9e1c62e0 (diff)
downloadgitlab-ce-update-update-guides-for-8.13.tar.gz
Update the "Update Ruby" part for the 8.10 -> 8.11 as wellupdate-update-guides-for-8.13
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/update/8.10-to-8.11.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/update/8.10-to-8.11.md b/doc/update/8.10-to-8.11.md
index b058f8e2a03..b24d338e3e0 100644
--- a/doc/update/8.10-to-8.11.md
+++ b/doc/update/8.10-to-8.11.md
@@ -22,7 +22,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
### 3. Update Ruby
-If you are you running Ruby 2.1.x, you do not _need_ to upgrade Ruby yet, but you should note that support for 2.1.x is deprecated and we will require 2.3.x in 8.13. It's strongly recommended that you upgrade as soon as possible.
+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.
You can check which version you are running with `ruby -v`.