Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-22 13:01:01 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-22 13:01:32 +0400
commit4d095c3d0ea0d0c80d708f8f10e1023f1fbec1aa (patch)
tree6423be401fb2eba0dc712c8d0b890d28a52dafc2
parent9f80ab8e75181534cb21809258337f081beaf918 (diff)
Required shell version is now 1.9.4.
-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 bf015a1fe16..0387795fa48 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -779,7 +779,7 @@ namespace :gitlab do
end
def check_gitlab_shell
- required_version = Gitlab::VersionInfo.new(1, 9, 3)
+ required_version = Gitlab::VersionInfo.new(1, 9, 4)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... "