(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.
This commit is contained in:
Josh Cooper 2016-07-08 23:40:29 -07:00
parent 97e59974f3
commit ad0f0107b8

View file

@ -1,6 +1,6 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org' source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gem 'json', '>= 1.8' gem 'json', '~> 1.8'
gem 'rack', '>= 1.6' gem 'rack', '>= 1.6'
gem 'rake', '>= 10.4' gem 'rake', '>= 10.4'
gem 'rbvmomi', '>= 1.8' gem 'rbvmomi', '>= 1.8'