Commit b8d31483113c6b0583a4d838e08ba9d4154d4b02

Authored by Dmitriy Zaporozhets
2 parents 7c1c0388 b810ef10

Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhq

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
@@ -779,7 +779,7 @@ namespace :gitlab do @@ -779,7 +779,7 @@ namespace :gitlab do
779 end 779 end
780 780
781 def check_gitlab_shell 781 def check_gitlab_shell
782 - required_version = Gitlab::VersionInfo.new(1, 9, 1) 782 + required_version = Gitlab::VersionInfo.new(1, 9, 3)
783 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) 783 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
784 784
785 print "GitLab Shell version >= #{required_version} ? ... " 785 print "GitLab Shell version >= #{required_version} ? ... "