From 53798e8fc46486de98830311f1e63ae47913b1cd Mon Sep 17 00:00:00 2001 From: bcoles Date: Sat, 16 Feb 2019 00:28:24 +1100 Subject: [PATCH] Remove Gemfile.lock before installing Gems --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 81704876f..4ba30260c 100755 --- a/install +++ b/install @@ -195,6 +195,7 @@ check_bundler () { install_beef () { echo "Installing required Ruby gems..." + rm Gemfile.lock if command_exists bundler${RUBYSUFFIX} then bundle${RUBYSUFFIX} install --without test development