aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-16 00:57:57 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-16 01:54:33 +0200
commite1ee20bde6c30f0aa5a6f5309d20971ccd0122a7 (patch)
tree5d89668ab96d6d1e3f5274480d9f75a6a76f5be4 /grpc.gemspec
parent8d46873e8f2e675e7f41d16861b531ffe3e62103 (diff)
parente4947befe26c8f33ab05dace34c2988ac394de59 (diff)
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 29d8afef9b..a7516a369f 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
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'