diff options
author | Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com> | 2016-08-23 17:33:59 +0000 |
---|---|---|
committer | Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com> | 2016-08-23 17:33:59 +0000 |
commit | 251ded248dcda8c7a552e52ddb2582ad961e4bc0 (patch) | |
tree | cc33482fe287d8c2521725f8520e548e4cd206d5 /doc/install | |
parent | a20bbc310db64bb922d63cb529b666f2db8cc555 (diff) | |
download | gitlab-ce-251ded248dcda8c7a552e52ddb2582ad961e4bc0.tar.gz |
Update Ruby version to 2.3 in Requirements
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index a65ac8a5f79..571f1a38358 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -32,7 +32,7 @@ Please consider using a virtual machine to run GitLab. ## Ruby versions -GitLab requires Ruby (MRI) 2.1.x and currently does not work with versions 2.2 or 2.3. +GitLab requires Ruby (MRI) 2.3. Support for Ruby versions below 2.3 (2.1, 2.2) will stop with GitLab 8.13. You will have to use the standard MRI implementation of Ruby. We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/) but GitLab |