summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-01 16:58:24 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-01 16:58:59 +0200
commit2d56ef52d255f44e63c7db9b23bad723867beb49 (patch)
tree2e073e34e4e124f66462a42f9c82dfb899b99341
parent33b041a346795b80d48ed1b200227d0ab4c4bcca (diff)
downloadgitlab-ce-2d56ef52d255f44e63c7db9b23bad723867beb49.tar.gz
Require gitlab-shell 1.7.4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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 c4f1eba9b9e..3c92dac8b82 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -736,7 +736,7 @@ namespace :gitlab do
end
def check_gitlab_shell
- required_version = Gitlab::VersionInfo.new(1, 7, 3)
+ required_version = Gitlab::VersionInfo.new(1, 7, 4)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... "