diff --git a/CHANGELOG b/CHANGELOG index 163e46975ae38ce5839acfda85a919e9cebf4669..c8a969912e2c2a1e289a5c9f691f4d38d12b6e82 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ v 7.0.0 - Refactor the markdown relative links processing - Make it easier to implement other CI services for GitLab - Group masters can create projects in group + - Deprecate ruby 1.9.3 support v 6.9.1 - Fix scroll to highlighted line diff --git a/README.md b/README.md index ef0b84c9bd13809de70072f9b3f332643d110ea0..10b3c9a828890c59eb1e949e31abb9f4ee4cbf3d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ### Requirements * Ubuntu/Debian/CentOS/RHEL** -* ruby 1.9.3+ +* ruby 2.0+ * git 1.7.10+ * redis 2.0+ * MySQL or PostgreSQL diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 2830a75df52bbc6c4a0efef78506fe2a933ef72f..3b8335e272518ecbee325458ce4c4574d8b06f87 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -36,7 +36,7 @@ Please consider using a virtual machine to run GitLab. # 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. We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions. diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md index da58962499b7156af7f8c0c884888061af630c4e..e9ae3fb300e71b9d237a3601f8c0c9953e8ea47d 100644 --- a/doc/raketasks/maintenance.md +++ b/doc/raketasks/maintenance.md @@ -16,8 +16,8 @@ System information System: Debian 6.0.7 Current User: git Using RVM: no -Ruby Version: 1.9.3p392 -Gem Version: 1.8.23 +Ruby Version: 2.0.0-p481 +Gem Version: 1.8.23 Bundler Version:1.3.5 Rake Version: 10.0.4