mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[#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:
parent
11127f6ac4
commit
2504639707
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue