aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-16 08:45:15 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-16 08:45:15 -0700
commite0981dfa05e49acdd9fc5e8abb83a91d84d1a104 (patch)
tree09086d0cbdb4e130b6c66c837eed27d4f8c30bbc /src/ruby/grpc.gemspec
parentb0c13ad7698e577298f199007cc2d7a0a3049d1c (diff)
parentf101af1ab4c553ff2a8cd8f72e8ca156ef188b86 (diff)
Merge github.com:grpc/grpc into i-want-to-wait-free
Diffstat (limited to 'src/ruby/grpc.gemspec')
-rwxr-xr-xsrc/ruby/grpc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec
index 319da9470a..dd4e27df51 100755
--- a/src/ruby/grpc.gemspec
+++ b/src/ruby/grpc.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = 'BSD-3-Clause'
s.required_ruby_version = '>= 2.0.0'
- s.requirements << 'libgrpc ~> 0.9.1 needs to be installed'
+ s.requirements << 'libgrpc ~> 0.10.0 needs to be installed'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")