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
1 changed files with 1 additions and 0 deletions

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'