Commit b810ef1099aa856d35217cfe28de234c7a84625d

Authored by Jacob Vosmaer
2 parents 3bb8c17c 77e565d3

Merge branch 'bump_gitlab_shell' into 'master'

Bump gitlab shell
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
@@ -779,7 +779,7 @@ namespace :gitlab do @@ -779,7 +779,7 @@ namespace :gitlab do
779 end 779 end
780 780
781 def check_gitlab_shell 781 def check_gitlab_shell
782 - required_version = Gitlab::VersionInfo.new(1, 9, 1) 782 + required_version = Gitlab::VersionInfo.new(1, 9, 3)
783 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) 783 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
784 784
785 print "GitLab Shell version >= #{required_version} ? ... " 785 print "GitLab Shell version >= #{required_version} ? ... "