Merge branch 'jruby' into 'master'

Recommend standard MRI implementation
This commit is contained in:
Dmitriy Zaporozhets 2014-01-27 08:04:20 +00:00
commit f87855ae3a

View file

@ -37,9 +37,8 @@ Please consider using a virtual machine to run GitLab.
# Ruby versions # Ruby versions
GitLab requires Ruby (MRI) 1.9.3 or 2.0+. GitLab requires Ruby (MRI) 1.9.3 or 2.0+.
While it is generally possible to use other Rubies You will have to use the standard MRI implementation of Ruby.
(like [JRuby](http://jruby.org/) or [Rubinius](http://rubini.us/)) We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions.
it might require some work since GitLab uses several Gems that have native extensions.
# Hardware requirements # Hardware requirements