Skip to content

Commit

Permalink
Update googleauth dependency to use the 0.7.x releases (googleapis#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage authored and dazuma committed Dec 4, 2018
1 parent 2217ba8 commit df67c60
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.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'
Expand Down

0 comments on commit df67c60

Please sign in to comment.