Remove Gemfile.lock before installing Gems

This commit is contained in:
bcoles
2019-02-16 00:28:24 +11:00
committed by GitHub
parent 0b0c404728
commit 53798e8fc4

View File

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