You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by jv...@redhat.com on 2013/04/05 00:14:20 UTC

[PATCH 2/2] Bump rbovirt version to 0.0.19 and address bundle failures for excon

From: Joe VLcek <jv...@redhat.com>

---
 server/Gemfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/Gemfile b/server/Gemfile
index 7ac1b25..f164429 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -1,5 +1,7 @@
 source "http://rubygems.org"
 
+gem 'excon', '< 0.17.0'
+
 gemspec
 
 platforms :jruby do
-- 
1.7.11.7