Commit 671cdc5c5fbb67cfe30cdf580c07ec5b5d46253f

Authored by Jacob Vosmaer
1 parent aa81c100

Use gitlab-shell 1.7.8

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 657 end
658 658  
659 659 def check_gitlab_shell
660   - required_version = Gitlab::VersionInfo.new(1, 7, 4)
  660 + required_version = Gitlab::VersionInfo.new(1, 7, 8)
661 661 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
662 662  
663 663 print "GitLab Shell version >= #{required_version} ? ... "
... ...