Pin fog-core

The fog-core gem added a dependency on the xmlrpc gem which depends on
ruby 2.3 which is not available on centos7. It seems like they tried to
avoid this issue but weren't successful at it[1], so we'll blacklist the
current version and assume it will be fixed in the next version.

[1] https://github.com/fog/fog-core/issues/206

Change-Id: I968aa64e958cd3e9567fd47981d50b302960783d
This commit is contained in:
Colleen Murphy 2017-04-28 21:58:26 +02:00
parent 44a6e5777c
commit 8472caea46
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ Gem::Specification.new do |spec|
spec.add_dependency 'fast_gettext', ['< 1.2.0']
# nokogiri 1.7.0+ requires ruby 2.1.0 which is not available on centos7
spec.add_dependency 'nokogiri', ['< 1.7.0']
# fog-core 1.44.0 requires xmlrpc 0.3.0 which requires ruby 2.3.0 which is not available on centos7
spec.add_dependency 'fog-core', ['!= 1.44.0']
# Beaker 3.0.0 fails to run in Puppet Openstack CI
# LoadError: cannot load such file -- serverspec