Loosen googleauth dependency (#753)

The team supporting googleauth has committed to not change backwards
compatibility before 0.10.0.
This commit is contained in:
Mike Moore 2019-01-02 19:21:37 -07:00 committed by Daniel Azuma
parent 0e91f7b4bb
commit 756a973d62
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.8.0'
spec.add_runtime_dependency 'googleauth', '>= 0.5', '< 0.10.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'