GitLab requires gitlab-shell v1.9.0

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-03-20 13:37:35 +02:00
parent a74194a550
commit e013be10d7
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@ v 6.7.0
- Markdown relative links in the wiki link to wiki pages, markdown relative links in repositories link to files in the repository
- Added Slack service integration (Federico Ravasio)
- Better API responses for access_levels (sponsored by O'Reilly Media)
- Requires at least 2 unicorn workers
- Requires gitlab-shell v1.9+
v 6.6.5
- Added option to remove issue assignee on project issue page and issue edit page (Jason Blanchard)

View File

@ -742,7 +742,7 @@ namespace :gitlab do
end
def check_gitlab_shell
required_version = Gitlab::VersionInfo.new(1, 8, 5)
required_version = Gitlab::VersionInfo.new(1, 9, 0)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... "