Commit 2d56ef52d255f44e63c7db9b23bad723867beb49

Authored by Dmitriy Zaporozhets
1 parent 33b041a3

Require gitlab-shell 1.7.4

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
@@ -736,7 +736,7 @@ namespace :gitlab do @@ -736,7 +736,7 @@ namespace :gitlab do
736 end 736 end
737 737
738 def check_gitlab_shell 738 def check_gitlab_shell
739 - required_version = Gitlab::VersionInfo.new(1, 7, 3) 739 + required_version = Gitlab::VersionInfo.new(1, 7, 4)
740 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) 740 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
741 741
742 print "GitLab Shell version >= #{required_version} ? ... " 742 print "GitLab Shell version >= #{required_version} ? ... "