You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/07 12:22:16 UTC

[2/8] git commit: * Gemfile: fix version of webmock

* Gemfile: fix version of webmock

VCR wants webmock < 1.10
TrackedAt: http://tracker.deltacloud.org/patch/3fe5094c0a3498703f65a588b3bd766e25be100c


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/b4c4c131
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/b4c4c131
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/b4c4c131

Branch: refs/heads/master
Commit: b4c4c13164f26c5d8d5b0f7374e9c25d08aa9a87
Parents: 477a0c2
Author: David Lutterkort <lu...@redhat.com>
Authored: Wed Mar 6 17:32:21 2013 -0800
Committer: Michal fojtik <mf...@redhat.com>
Committed: Thu Mar 7 12:17:16 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/b4c4c131/server/Gemfile
----------------------------------------------------------------------
diff --git a/server/Gemfile b/server/Gemfile
index 5440691..5f3c98d 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -13,7 +13,7 @@ group :development do
   gem "rack-test"
   gem "minitest"
   gem "simplecov"
-  gem "webmock"
+  gem "webmock", '< 1.10'  # VCR wants that version
   gem "vcr"
   gem "aws"
 end