summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-25 15:19:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-25 15:19:06 +0200
commit53e54ddf8a107f02fe870159663d9763c48a3c54 (patch)
tree6b77e4576d44d1c51ff5c9b3ae4497c07c796791 /lib
parentd6ac38133c57336fa555532c1e85d7ad99499def (diff)
downloadgitlab-ce-53e54ddf8a107f02fe870159663d9763c48a3c54.tar.gz
require gitlab-shell v1.2.0 now
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 855227fb34f..ea97d1811ff 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -637,8 +637,8 @@ namespace :gitlab do
def check_gitlab_shell
print "GitLab Shell version? ... "
- if gitlab_shell_version.strip == '1.1.0'
- puts 'OK (1.1.0)'.green
+ if gitlab_shell_version.strip == '1.2.0'
+ puts 'OK (1.2.0)'.green
else
puts 'FAIL. Please update gitlab-shell to v1.1.0'.red
end