From 991624b951f7ab2141e147f50e1165a709cb0701 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 11 Apr 2023 17:45:01 -0300 Subject: [PATCH] feat: no instalar otras gemas que las especificadas sutty/skel.sutty.nl#7 --- app/models/deploy_local.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index bfde29f7..69f1c030 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -132,7 +132,7 @@ class DeployLocal < Deploy end def bundle(output: false) - run %(bundle install --no-cache --path="#{gems_dir}" --clean --without test development), output: output + run %(bundle install --deployment --no-cache --path="#{gems_dir}" --clean --without test development), output: output end def jekyll_build(output: false)