5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:24:17 +00:00

Merge branch 'issue-skel.sutty.nl-7' into 'rails'

feat: no instalar otras gemas que las especificadas

See merge request sutty/sutty!154
This commit is contained in:
fauno 2023-05-13 14:50:30 +00:00
commit 30f1c41709

View file

@ -138,7 +138,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)