Update googleauth dependency to use the 0.7.x releases (#730)

This commit is contained in:
Mike Moore 2018-12-04 11:59:10 -07:00 committed by Daniel Azuma
parent 2217ba8efa
commit df67c60740
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'addressable', '~> 2.5', '>= 2.5.1'
spec.add_runtime_dependency 'mime-types', '~> 3.0'
spec.add_runtime_dependency 'signet', '~> 0.10'
spec.add_runtime_dependency 'googleauth', '>= 0.5', '< 0.7.0'
spec.add_runtime_dependency 'googleauth', '>= 0.5', '< 0.8.0'
spec.add_runtime_dependency 'httpclient', '>= 2.8.1', '< 3.0'
spec.add_development_dependency 'thor', '~> 0.19'
spec.add_development_dependency 'activesupport', '>= 4.2', '< 5.1'