diff options
author | James Lopez <james@jameslopez.es> | 2016-02-19 15:59:46 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-19 15:59:46 +0100 |
commit | 83829c0902e688882413ab4064d8ff5d3ec54b79 (patch) | |
tree | dc05aaa07bd7de67fab3a5be6c6cb767083d1cb4 /doc/install/requirements.md | |
parent | 1817b766b2bdf03e886118bda5e1aee48b5c2413 (diff) | |
download | gitlab-ce-83829c0902e688882413ab4064d8ff5d3ec54b79.tar.gz |
revert back to ruby 2.1
Diffstat (limited to 'doc/install/requirements.md')
-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 c6a1c20d02f..3cab677fdc7 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 or 2.2.x and currently does not work with version 2.3. +GitLab requires Ruby (MRI) 2.1.x and currently does not work with versions 2.2 or 2.3. You will have to use the standard MRI implementation of Ruby. We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/) but GitLab |