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