From feb2818b0eed2cc3e809c560a805d638e180001f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Fri, 4 Aug 2023 20:49:19 +0000 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5f29343..3898f5a 100755 --- a/update.sh +++ b/update.sh @@ -15,7 +15,7 @@ then fi # Descargar cambios del repositorio principal -git pull +git pull --no-edit # Actualizar dependencias de Ruby bundle && bundle update