diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index 2cab1a20..d3d81d9a 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -141,7 +141,7 @@ class DeployLocal < Deploy # XXX: Desde que ya no compartimos el directorio de gemas, tenemos # que hacer limpieza después de instalar. - 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)