From 54adb0e0fe1cd2e242e1a203a4f6292c8516c8f1 Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Mon, 20 Mar 2023 08:17:09 +0800 Subject: [PATCH] fix(Gemfile): regression of ARM64 fixes (#105) --- Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 15b633e..506d21c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,8 +182,7 @@ GEM google-apis-core (>= 0.11.0, < 2.a) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) - google-protobuf (3.22.2-aarch64-linux) - google-protobuf (3.22.2-x86_64-linux) + google-protobuf (3.21.12) googleapis-common-protos-types (1.5.0) google-protobuf (~> 3.14) googleauth (1.3.0) @@ -603,4 +602,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.3.13 + 2.4.8