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
@@ -11,6 +11,7 @@ v 7.0.0 @@ -11,6 +11,7 @@ v 7.0.0
11 - Refactor the markdown relative links processing 11 - Refactor the markdown relative links processing
12 - Make it easier to implement other CI services for GitLab 12 - Make it easier to implement other CI services for GitLab
13 - Group masters can create projects in group 13 - Group masters can create projects in group
  14 + - Deprecate ruby 1.9.3 support
14 15
15 v 6.9.1 16 v 6.9.1
16 - Fix scroll to highlighted line 17 - Fix scroll to highlighted line
@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 ### Requirements 40 ### Requirements
41 41
42 * Ubuntu/Debian/CentOS/RHEL** 42 * Ubuntu/Debian/CentOS/RHEL**
43 -* ruby 1.9.3+ 43 +* ruby 2.0+
44 * git 1.7.10+ 44 * git 1.7.10+
45 * redis 2.0+ 45 * redis 2.0+
46 * MySQL or PostgreSQL 46 * MySQL or PostgreSQL
doc/install/requirements.md
@@ -36,7 +36,7 @@ Please consider using a virtual machine to run GitLab. @@ -36,7 +36,7 @@ Please consider using a virtual machine to run GitLab.
36 36
37 # Ruby versions 37 # Ruby versions
38 38
39 -GitLab requires Ruby (MRI) 1.9.3 or 2.0+. 39 +GitLab requires Ruby (MRI) 2.0+.
40 You will have to use the standard MRI implementation of Ruby. 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. 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,8 +16,8 @@ System information
16 System: Debian 6.0.7 16 System: Debian 6.0.7
17 Current User: git 17 Current User: git
18 Using RVM: no 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 Bundler Version:1.3.5 21 Bundler Version:1.3.5
22 Rake Version: 10.0.4 22 Rake Version: 10.0.4
23 23