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:
parent
5d5ece4949
commit
36023e9073
1 changed files with 1 additions and 0 deletions
|
@ -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 => "../"
|
||||
|
|
Loading…
Reference in a new issue