diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-17 11:41:53 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-17 11:41:53 +0200 |
commit | 4a0fa27017e3bdf33a61d198f692419359cd6c05 (patch) | |
tree | 6c610193350fe34de75c12d9896bd079425c199a /lib/tasks | |
parent | bbe0e58aebbb804cb884662be9e7f0f40db9eacd (diff) | |
parent | 9f7c7c857b97c8124ed9af36218c3cad2c6a7fc3 (diff) | |
download | gitlab-ce-4a0fa27017e3bdf33a61d198f692419359cd6c05.tar.gz |
Merge branch 'master' into remove-satellites
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gitlab/check.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index 8acb6a7fd19..80ee572938d 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -693,7 +693,7 @@ namespace :gitlab do end def check_ruby_version - required_version = Gitlab::VersionInfo.new(2, 0, 0) + required_version = Gitlab::VersionInfo.new(2, 1, 0) current_version = Gitlab::VersionInfo.parse(run(%W(ruby --version))) print "Ruby version >= #{required_version} ? ... " |