Commit bce8edbbcc03bd29230124f9d7871dabbc79d38f
1 parent
f0a417df
Exists in
spb-stable
and in
3 other branches
Require gitlab-shell v1.8.4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/gitlab/check.rake
| @@ -727,7 +727,7 @@ namespace :gitlab do | @@ -727,7 +727,7 @@ namespace :gitlab do | ||
| 727 | end | 727 | end |
| 728 | 728 | ||
| 729 | def check_gitlab_shell | 729 | def check_gitlab_shell |
| 730 | - required_version = Gitlab::VersionInfo.new(1, 7, 9) | 730 | + required_version = Gitlab::VersionInfo.new(1, 8, 4) |
| 731 | current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) | 731 | current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) |
| 732 | 732 | ||
| 733 | print "GitLab Shell version >= #{required_version} ? ... " | 733 | print "GitLab Shell version >= #{required_version} ? ... " |