1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-14 23:37:50 +00:00

Update grpc and google-protobuf to support ruby 2.6 and such

This commit is contained in:
2019-03-03 17:51:05 +01:00
parent 9ec6414a2b
commit b80de92700
2 changed files with 8 additions and 6 deletions

View File

@@ -27,5 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_dependency "grpc", ">= 1.16.0"
spec.add_dependency "grpc", ">= 1.19.0"
spec.add_dependency "google-protobuf", ">=3.7"
end