Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-27 12:04:20 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-27 12:04:20 +0400
commitf87855ae3a41c287a0b183c3a19efa82f1dd166e (patch)
tree5065887a3dab7008c787391547a428330b1b3752 /doc
parent5221dbfee74e48f379bc06b2848a64243a76270c (diff)
parenta82ba262cfd4aba3379f2643650b50930a7b6877 (diff)
Merge branch 'jruby' into 'master'
Recommend standard MRI implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/install/requirements.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 0a1539fb0d6..a263e9361e1 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