Commit 749d198f10fe031d56fda540788148eeaa906bc8

Authored by Sytse Sijbrandij
2 parents ce498eed dfaf1a09

Merge branch 'deprecate_ruby_1.9.3' into 'master'

Deprecate ruby 1.9.3

Fixes #1106
CHANGELOG
... ... @@ -11,6 +11,7 @@ v 7.0.0
11 11 - Refactor the markdown relative links processing
12 12 - Make it easier to implement other CI services for GitLab
13 13 - Group masters can create projects in group
  14 + - Deprecate ruby 1.9.3 support
14 15  
15 16 v 6.9.1
16 17 - Fix scroll to highlighted line
... ...
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  
... ...