Ruby 2.0+ is a requirement.
This commit is contained in:
parent
ce498eed9a
commit
2dbf1a00a9
3 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* Ubuntu/Debian/CentOS/RHEL**
|
* Ubuntu/Debian/CentOS/RHEL**
|
||||||
* ruby 1.9.3+
|
* ruby 2.0+
|
||||||
* git 1.7.10+
|
* git 1.7.10+
|
||||||
* redis 2.0+
|
* redis 2.0+
|
||||||
* MySQL or PostgreSQL
|
* MySQL or PostgreSQL
|
||||||
|
|
|
@ -36,7 +36,7 @@ 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) 2.0+.
|
||||||
You will have to use the standard MRI implementation of Ruby.
|
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.
|
We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions.
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,8 @@ System information
|
||||||
System: Debian 6.0.7
|
System: Debian 6.0.7
|
||||||
Current User: git
|
Current User: git
|
||||||
Using RVM: no
|
Using RVM: no
|
||||||
Ruby Version: 1.9.3p392
|
Ruby Version: 2.0.0-p481
|
||||||
Gem Version: 1.8.23
|
Gem Version: 1.8.23
|
||||||
Bundler Version:1.3.5
|
Bundler Version:1.3.5
|
||||||
Rake Version: 10.0.4
|
Rake Version: 10.0.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue