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