diff options
author | Tim Emiola <temiola@google.com> | 2015-04-24 07:25:16 -0700 |
---|---|---|
committer | Tim Emiola <temiola@google.com> | 2015-04-24 07:25:16 -0700 |
commit | 119decc0f4c7097764fc6610088c69c636e853e0 (patch) | |
tree | 475275fcd8e67e20645d8b5bbeb072ddabcaf35c | |
parent | 117cc1207dea83894c85401031577eb1548f3a18 (diff) |
Fix logging version mismatchj
-rwxr-xr-x | src/ruby/grpc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec index c633579102..19b3e21cb6 100755 --- a/src/ruby/grpc.gemspec +++ b/src/ruby/grpc.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |s| s.add_dependency 'google-protobuf', '~> 3.0.0alpha.1.1' s.add_dependency 'googleauth', '~> 0.4' # reqd for interop tests - s.add_dependency 'logging', '~> 1.8' + s.add_dependency 'logging', '~> 2.0' s.add_dependency 'minitest', '~> 5.4' # reqd for interop tests s.add_development_dependency 'simplecov', '~> 0.9' |