diff options
author | James Lopez <james@jameslopez.es> | 2016-01-27 14:48:15 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-01-27 14:48:15 +0100 |
commit | 1b84de573d0afe8c8d81db4ef2897a925686d212 (patch) | |
tree | b129050793b469df6a9eb642a227f341bb4c007c /doc/install | |
parent | 870e38ead93901bbe5a2a809422e60d555cbf8e8 (diff) | |
download | gitlab-ce-1b84de573d0afe8c8d81db4ef2897a925686d212.tar.gz |
updated docs to reflect min requirement of 2.1 [ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/install/requirements.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 1c0da6fbef4..f05097fedc5 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -107,7 +107,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. ## 2. Ruby -_**Note:** The current supported Ruby version is 2.2.x. Ruby 2.3 is +_**Note:** The current supported Ruby versions are 2.1.x and 2.2.x. Ruby 2.3 is currently not supported._ The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab diff --git a/doc/install/requirements.md b/doc/install/requirements.md index fde1aaa90f3..006dae8ca9a 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.2.x and currently does not work with version 2.3. +GitLab requires Ruby (MRI) 2.1.x or 2.2.x and currently does not work with version 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 |