Merge "Pin json_pure gem for ruby1.9 support"

This commit is contained in:
Jenkins 2016-08-23 23:56:29 +00:00 committed by Gerrit Code Review
commit 69c3a0e100
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,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']