Try removing gemfile.lock

This commit is contained in:
Seth Call 2023-01-04 08:44:02 -06:00
parent d59b83bb42
commit b3d4259b09
1 changed files with 1 additions and 0 deletions

View File

@ -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