Pin json_pure gem for ruby1.9 support

The latest version of json_pure requires ruby ~> 2.0, pin to the last
version that doesn't.

Change-Id: Ide2d519b7a814401162e6e984493510cfa9f2f61
This commit is contained in:
K Jonathan Harker 2016-08-03 17:22:25 -07:00
parent 2643f056c0
commit 8f3272ec1c
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Gem::Specification.new do |spec|
spec.add_dependency 'webmock'
# google-api-client requires Ruby version ~> 2.0
spec.add_dependency 'google-api-client', ['0.9.4']
# latest json_pure requires Ruby version ~> 2.0
spec.add_dependency 'json_pure', ['2.0.1']
# latest specinfra broke us, we pin it until we figure what's wrong.
spec.add_dependency 'specinfra', ['2.59.0']