From 6274182f783cc51840dd5e9cf5734745bea335a2 Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Sat, 6 Aug 2022 09:47:17 -0700 Subject: [PATCH] Gemfile.lock: Update protobuf to a recent version for testing of the gem This makes sure we avoid any ARM-based installation hazards present on the previously locked version. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 43891b2b..fb3638b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM specs: ast (2.4.1) diff-lcs (1.3) - google-protobuf (3.20.0) + google-protobuf (3.21.4) parallel (1.20.1) parser (2.7.2.0) ast (~> 2.4.1)