From c431c2b0045d5611110ed51ac7b9d5c6437573c4 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 8 Jul 2016 05:22:30 -0700 Subject: [PATCH] Lock json dependency to ~> 1.8 on Windows Ruby 1.9 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e785c04..e5a11cc 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -platforms :ruby_19 do +platforms :mingw_19, :ruby_19 do gem 'json', '~> 1.8' end