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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-23 13:13:21 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-23 13:21:55 +0400
commit15ac738c608d2b9230246f8cc824ef5ff917938f (patch)
tree46cc0ec2e0012c4842cbf17c80a7bf075788a7bd
parenta0c3643f6acca21d9fbf1d5af0d0ce527424661b (diff)
Bump the required gitlab-shell version to 1.9.3
-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 e9258cc626b..bf015a1fe16 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, 1)
+ required_version = Gitlab::VersionInfo.new(1, 9, 3)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... "