Require gitlab-shell 1.6.0

This commit is contained in:
Dmitriy Zaporozhets 2013-07-16 21:39:39 +03:00
parent 79e0796c64
commit 5768f98d8d
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ namespace :gitlab do
end
def check_gitlab_shell
required_version = Gitlab::VersionInfo.new(1, 4, 0)
required_version = Gitlab::VersionInfo.new(1, 6, 0)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... "