From f23b3cc19949d2ff1d38a8374f8b21abcab1d725 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Sat, 5 Mar 2011 22:23:38 +1100 Subject: [PATCH] Use faraday from the canonical so that we're developing against HEAD, rather than a gem release. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index c80ee369..23ee8c25 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source "http://rubygems.org" gemspec + +gem "faraday", :git => "https://github.com/technoweenie/faraday.git" \ No newline at end of file