From 405f4ee2c076cb9cea3ebe71772c21c48fbb083b Mon Sep 17 00:00:00 2001 From: Ling Huang Date: Thu, 8 Apr 2021 16:14:23 -0400 Subject: [PATCH] Upgrade google-protobuf to 3.15.8. --- core_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_gems.rb b/core_gems.rb index 20c1a955..5ec7b64b 100644 --- a/core_gems.rb +++ b/core_gems.rb @@ -11,6 +11,6 @@ download "tzinfo-data", "1.2016.5" unless windows? # Gems that don't need to be fetched explicitly on Windows. - fetch "google-protobuf", "3.14.0" + fetch "google-protobuf", "3.15.8" fetch "grpc", "1.20.0" end