1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

This limits 1.8.7 to use activesupport-v3.2.21

Versions greater than 4.0 dropped 1.8.7 support but it appears the
Travis build environment just updated so this appeared.
This commit is contained in:
Paul Thornthwaite 2014-12-18 10:07:01 +00:00
parent 88f7aa507d
commit 5d0ba170c0

View file

@ -1,5 +1,6 @@
source "https://rubygems.org"
gem 'activesupport', '~> 3.2'
gem 'nokogiri', '~>1.5.11'
gem 'mime-types', '~>1.16'
gem 'rest-client', '~> 1.6.7'