Commit 2dbf1a00a91b98f639212b46efdcbe60484e4483

Authored by Marin Jankovski
1 parent ce498eed

Ruby 2.0+ is a requirement.

README.md
... ... @@ -40,7 +40,7 @@
40 40 ### Requirements
41 41  
42 42 * Ubuntu/Debian/CentOS/RHEL**
43   -* ruby 1.9.3+
  43 +* ruby 2.0+
44 44 * git 1.7.10+
45 45 * redis 2.0+
46 46 * MySQL or PostgreSQL
... ...
doc/install/requirements.md
... ... @@ -36,7 +36,7 @@ Please consider using a virtual machine to run GitLab.
36 36  
37 37 # Ruby versions
38 38  
39   -GitLab requires Ruby (MRI) 1.9.3 or 2.0+.
  39 +GitLab requires Ruby (MRI) 2.0+.
40 40 You will have to use the standard MRI implementation of Ruby.
41 41 We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions.
42 42  
... ...
doc/raketasks/maintenance.md
... ... @@ -16,8 +16,8 @@ System information
16 16 System: Debian 6.0.7
17 17 Current User: git
18 18 Using RVM: no
19   -Ruby Version: 1.9.3p392
20   -Gem Version: 1.8.23
  19 +Ruby Version: 2.0.0-p481
  20 +Gem Version: 1.8.23
21 21 Bundler Version:1.3.5
22 22 Rake Version: 10.0.4
23 23  
... ...