Commit 1bace9da9abdacb7df91421548a8f3c66031ddfd
1 parent
1ab324cb
Require gitlab-shell v1.7.3
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 | 736 | end |
737 | 737 | |
738 | 738 | def check_gitlab_shell |
739 | - required_version = Gitlab::VersionInfo.new(1, 7, 1) | |
739 | + required_version = Gitlab::VersionInfo.new(1, 7, 3) | |
740 | 740 | current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) |
741 | 741 | |
742 | 742 | print "GitLab Shell version >= #{required_version} ? ... " | ... | ... |