diff --git a/update.sh b/update.sh index 3898f5a..e83bf28 100755 --- a/update.sh +++ b/update.sh @@ -15,7 +15,7 @@ then fi # Descargar cambios del repositorio principal -git pull --no-edit +git pull --no-rebase --no-edit # Actualizar dependencias de Ruby bundle && bundle update