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