1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-04 17:47:00 +03:00

Fix zendesk_api gem version

This commit is contained in:
Javi Fontan 2016-07-19 18:39:22 +02:00
parent 988991face
commit 8fd2afa23a

View File

@ -18,7 +18,7 @@ else
$nokogiri='nokogiri'
DEFAULT = DEFAULT_PRE + %w{hybrid}
LDAP='net-ldap --version "< 0.13"'
ZENDESK_API='zendesk_api'
ZENDESK_API='zendesk_api --version "< 1.14.0"'
end
if !defined?(RUBY_VERSION) || RUBY_VERSION < '2.2.0'