aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-10-20 14:39:46 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-10-20 15:27:07 -0700
commit99a375114a692e79b4807701d352b6026f05aba7 (patch)
treecd31b4c174ae5b16804712e53083e60a1a302a15 /grpc.gemspec
parent65112378aed20429b3b64d65867b842e0faaa021 (diff)
Update max-allowed-version of googleauth ruby dependency
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 83f81a30f1..b7eb6d586f 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.add_dependency 'google-protobuf', '~> 3.1'
- s.add_dependency 'googleauth', '~> 0.5.1'
+ s.add_dependency 'googleauth', '>= 0.5.1', '< 0.7'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0.0'
s.add_development_dependency 'bundler', '~> 1.9'