aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/grpc.gemspec.template
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-09-07 19:04:59 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-09-18 13:58:53 -0700
commita594ba0bd7be974cff1a8d1eeb3b21eb049e507e (patch)
tree08b6ddce596637c06a7a77c83b82e938009e64e3 /templates/grpc.gemspec.template
parentcbe93839937e4e6272407ab1b7ae7ef848b64894 (diff)
add a client side utility for extracting a google rpc
status from a grpc::Status
Diffstat (limited to 'templates/grpc.gemspec.template')
-rw-r--r--templates/grpc.gemspec.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/grpc.gemspec.template b/templates/grpc.gemspec.template
index e62e5b2721..215d5f9df9 100644
--- a/templates/grpc.gemspec.template
+++ b/templates/grpc.gemspec.template
@@ -31,6 +31,7 @@
s.add_dependency 'google-protobuf', '~> 3.1'
s.add_dependency 'googleauth', '~> 0.5.1'
+ s.add_dependency 'googleapis-common-protos-types', '~> 1.0.0'
s.add_development_dependency 'bundler', '~> 1.9'
s.add_development_dependency 'facter', '~> 2.4'