extra gem file requirement so 0.4.1 is not used with faraday

This commit is contained in:
rick 2012-04-14 07:43:52 -06:00
parent 206b088ce8
commit 5159a64db2

View File

@ -13,7 +13,7 @@ group :test do
end
platforms :ruby do
gem 'patron', '~> 0.4'
gem 'patron', '~> 0.4', '> 0.4.1'
gem 'typhoeus', '~> 0.3'
end