From: Michal Fojtik <mfoj...@redhat.com> The 'excon' was updated it 0.17.0 which ultimately breaks the VCR fixtures we are using (rake test:drivers:google).
Saying that we don't want to update it in gemspec should fix this issue. Signed-off-by: Michal fojtik <mfoj...@redhat.com> --- server/deltacloud-core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/deltacloud-core.gemspec b/server/deltacloud-core.gemspec index d5c6731..292e6e1 100644 --- a/server/deltacloud-core.gemspec +++ b/server/deltacloud-core.gemspec @@ -102,7 +102,7 @@ Gem::Specification.new do |s| # Terremark Vcloud Express s.add_dependency('fog', '>= 1.4.0') - s.add_dependency('excon', '>= 0.14.2' ) + s.add_dependency('excon', '>= 0.14.2', '<0.17.0' ) # Rhevm and Condor Cloud s.add_dependency('rest-client') -- 1.8.1.2