Lock json dependency to ~> 1.8 on Windows Ruby 1.9

This commit is contained in:
Erik Michaels-Ober 2016-07-08 05:22:30 -07:00 committed by Yorick Peterse
parent 59d2b8c2bc
commit c431c2b004
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ source 'https://rubygems.org'
gemspec
platforms :ruby_19 do
platforms :mingw_19, :ruby_19 do
gem 'json', '~> 1.8'
end