Skip to content

Commit

Permalink
Loosen googleauth dependency (googleapis#753)
Browse files Browse the repository at this point in the history
The team supporting googleauth has committed to not change backwards
compatibility before 0.10.0.
  • Loading branch information
blowmage authored and dazuma committed Jan 3, 2019
1 parent 0e91f7b commit 756a973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 756a973

Please sign in to comment.