1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-15 23:57:49 +00:00

Update google-protobuf dependency that works with latest ruby versions

This commit is contained in:
2021-07-10 00:08:40 +02:00
parent cc53130a16
commit 21f6466529
3 changed files with 5 additions and 8 deletions

View File

@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_dependency "grpc", ">= 1.28.0"
spec.add_dependency "google-protobuf", ">=3.12"
spec.add_dependency "google-protobuf", ">=3.15.7"
end