Commit 5768f98d8dcbb3d98c1267add687828de2422642

Authored by Dmitriy Zaporozhets
1 parent 79e0796c

Require gitlab-shell 1.6.0

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
@@ -657,7 +657,7 @@ namespace :gitlab do @@ -657,7 +657,7 @@ namespace :gitlab do
657 end 657 end
658 658
659 def check_gitlab_shell 659 def check_gitlab_shell
660 - required_version = Gitlab::VersionInfo.new(1, 4, 0) 660 + required_version = Gitlab::VersionInfo.new(1, 6, 0)
661 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) 661 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
662 662
663 print "GitLab Shell version >= #{required_version} ? ... " 663 print "GitLab Shell version >= #{required_version} ? ... "