Commit 9ab4539a629e8ab31fc775c71662a7cf4f2384d5
1 parent
b55f22af
Exists in
master
and in
4 other branches
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} ? ... " | ... | ... |