Commit f87855ae3a41c287a0b183c3a19efa82f1dd166e

Authored by Dmitriy Zaporozhets
2 parents 5221dbfe a82ba262

Merge branch 'jruby' into 'master'

Recommend standard MRI implementation
Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
doc/install/requirements.md
@@ -37,9 +37,8 @@ Please consider using a virtual machine to run GitLab. @@ -37,9 +37,8 @@ Please consider using a virtual machine to run GitLab.
37 # Ruby versions 37 # Ruby versions
38 38
39 GitLab requires Ruby (MRI) 1.9.3 or 2.0+. 39 GitLab requires Ruby (MRI) 1.9.3 or 2.0+.
40 -While it is generally possible to use other Rubies  
41 -(like [JRuby](http://jruby.org/) or [Rubinius](http://rubini.us/))  
42 -it might require some work since GitLab uses several Gems that have native extensions. 40 +You will have to use the standard MRI implementation of Ruby.
  41 +We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions.
43 42
44 43
45 # Hardware requirements 44 # Hardware requirements