From 9dd1028084ff83397d014ad36f25173b0dcf9f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Wed, 21 Jul 2021 04:12:40 +0000 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index 13958c5..b2e6dc6 100755 --- a/update.sh +++ b/update.sh @@ -13,6 +13,8 @@ bundle && bundle update JEKYLL_ENV=production bundle exec jekyll build --trace +git add Gemfile + git add Gemfile.lock git commit -m "Actualizar Gemfile.lock"