[#3048] Lock down rest-client version

New versions have dropped 1.8.7 support and they are getting picked up
by Travis.
This commit is contained in:
Paul Thornthwaite 2014-07-10 15:27:18 +01:00
parent 11127f6ac4
commit 2504639707
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ source "https://rubygems.org"
gem 'nokogiri', '~>1.5.11'
gem 'mime-types', '~>1.16'
gem 'rest-client', '~> 1.6.7'
group :development, :test do
# This is here because gemspec doesn't support require: false