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

Pin nokogiri gem for Ruby 1.9

Nokogiri >= 1.7 requires Ruby 2.1 or higher.
This commit is contained in:
Aaron Stone 2017-01-03 23:51:51 -08:00 committed by GitHub
parent 5d5ece4949
commit 36023e9073

View file

@ -2,5 +2,6 @@ source "https://rubygems.org"
gem 'json', '~> 1.8'
gem 'mime-types', '~> 2.6', '>= 2.6.2'
gem 'nokogiri', '~> 1.6.8'
gemspec :path => "../"