diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-08-11 14:43:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 14:43:28 -0700 |
commit | 9fd2143fe8f03ba4e00266f92d453d3de5c517a8 (patch) | |
tree | 9fc1bc7bcce1ed40e7ae1ff29b19d1a2d5a52f59 /templates | |
parent | 54d834784d2bb87adf48de55db4cb120678867da (diff) | |
parent | 3ed66976f6a430d402670f7fa5886d9f164c4d12 (diff) |
Merge pull request #7578 from murgatroid99/ruby_dependency_update_proto_3
Update ruby google-protobuf dependency to 3.0
Diffstat (limited to 'templates')
-rw-r--r-- | templates/grpc.gemspec.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/grpc.gemspec.template b/templates/grpc.gemspec.template index ce775ffb90..f95adaf30f 100644 --- a/templates/grpc.gemspec.template +++ b/templates/grpc.gemspec.template @@ -29,7 +29,7 @@ s.require_paths = %w( src/ruby/bin src/ruby/lib src/ruby/pb ) s.platform = Gem::Platform::RUBY - s.add_dependency 'google-protobuf', '~> 3.0.0.alpha.5.0.3' + s.add_dependency 'google-protobuf', '~> 3.0' s.add_dependency 'googleauth', '~> 0.5.1' s.add_development_dependency 'bundler', '~> 1.9' |