Commit 3909048279a84fab5e16468d83c45f55db1178c1

Authored by Jacob Vosmaer
1 parent 059f7dec

Use gitlab-shell 1.7.8

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, 4) 739 + required_version = Gitlab::VersionInfo.new(1, 7, 8)
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} ? ... "