summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-17 11:41:53 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-17 11:41:53 +0200
commit4a0fa27017e3bdf33a61d198f692419359cd6c05 (patch)
tree6c610193350fe34de75c12d9896bd079425c199a /lib/tasks
parentbbe0e58aebbb804cb884662be9e7f0f40db9eacd (diff)
parent9f7c7c857b97c8124ed9af36218c3cad2c6a7fc3 (diff)
downloadgitlab-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.rake2
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} ? ... "