Commit a82ba262cfd4aba3379f2643650b50930a7b6877
1 parent
2adbc0b7
Exists in
spb-stable
and in
3 other branches
Nobody uses GitLab with Jruby.
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 | 37 | # Ruby versions |
38 | 38 | |
39 | 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 | 44 | # Hardware requirements | ... | ... |