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:
parent
88f7aa507d
commit
5d0ba170c0
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue