Try removing gemfile.lock
This commit is contained in:
parent
d59b83bb42
commit
b3d4259b09
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue