1
0
mirror of https://github.com/bumi/lnrpc synced 2025-07-09 04:56:27 +00:00

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

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

View File

@ -1,17 +1,18 @@
PATH PATH
remote: . remote: .
specs: specs:
lnrpc (0.1.0) lnrpc (0.5.2.beta)
grpc (>= 1.16.0) google-protobuf (>= 3.7)
grpc (>= 1.19.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
diff-lcs (1.3) diff-lcs (1.3)
google-protobuf (3.6.1) google-protobuf (3.7.0)
googleapis-common-protos-types (1.0.3) googleapis-common-protos-types (1.0.3)
google-protobuf (~> 3.0) google-protobuf (~> 3.0)
grpc (1.18.0) grpc (1.19.0)
google-protobuf (~> 3.1) google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0) googleapis-common-protos-types (~> 1.0.0)
rake (10.5.0) rake (10.5.0)
@ -39,4 +40,4 @@ DEPENDENCIES
rspec (~> 3.0) rspec (~> 3.0)
BUNDLED WITH BUNDLED WITH
1.17.2 1.17.3

View File

@ -27,5 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.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 end