Commit bce8edbbcc03bd29230124f9d7871dabbc79d38f

Authored by Dmitriy Zaporozhets
1 parent f0a417df

Require gitlab-shell v1.8.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
... ... @@ -727,7 +727,7 @@ namespace :gitlab do
727 727 end
728 728  
729 729 def check_gitlab_shell
730   - required_version = Gitlab::VersionInfo.new(1, 7, 9)
  730 + required_version = Gitlab::VersionInfo.new(1, 8, 4)
731 731 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
732 732  
733 733 print "GitLab Shell version >= #{required_version} ? ... "
... ...