From a82ba262cfd4aba3379f2643650b50930a7b6877 Mon Sep 17 00:00:00 2001 From: dosire <sytses@gmail.com> Date: Sat, 25 Jan 2014 17:57:18 +0100 Subject: [PATCH] Nobody uses GitLab with Jruby. --- doc/install/requirements.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 0a1539fb0d63c..a263e9361e11e 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -37,9 +37,8 @@ Please consider using a virtual machine to run GitLab. # Ruby versions GitLab requires Ruby (MRI) 1.9.3 or 2.0+. -While it is generally possible to use other Rubies -(like [JRuby](http://jruby.org/) or [Rubinius](http://rubini.us/)) -it might require some work since GitLab uses several Gems that have native extensions. +You will have to use the standard MRI implementation of Ruby. +We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions. # Hardware requirements -- GitLab