Commit 749d198f10fe031d56fda540788148eeaa906bc8
Exists in
spb-stable
and in
2 other branches
Merge branch 'deprecate_ruby_1.9.3' into 'master'
Deprecate ruby 1.9.3 Fixes #1106
Showing
4 changed files
with
5 additions
and
4 deletions
Show diff stats
CHANGELOG
@@ -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 |
README.md
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 |