From b3d4259b0971b4e3ad6da3c3f29ee0166385562a Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 4 Jan 2023 08:44:02 -0600 Subject: [PATCH] Try removing gemfile.lock --- pb/build_rprotoc | 1 + 1 file changed, 1 insertion(+) diff --git a/pb/build_rprotoc b/pb/build_rprotoc index 4ee40c624..84f8ebd66 100755 --- a/pb/build_rprotoc +++ b/pb/build_rprotoc @@ -9,6 +9,7 @@ command -v "bundle" || { echo >&2 "bundle is required but not installed. Skippi # creates a bin folder with 'rprotoc' command inside #echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation below" +rm Gemfile.lock bundle install --binstubs # die on error at this point