From ad0f0107b871570c4b87118bf5d650e377c991d6 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 8 Jul 2016 23:40:29 -0700 Subject: [PATCH] (maint) Add json pessimistic pin json 2.0.x was released on July 1 and is not compatible with ruby < 2.0. Since we still support that version, add a pessimistic pin, which is what we were using prior to July 1. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c71be35..c38a5e6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' -gem 'json', '>= 1.8' +gem 'json', '~> 1.8' gem 'rack', '>= 1.6' gem 'rake', '>= 10.4' gem 'rbvmomi', '>= 1.8'