mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 19:41:42 +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:
commit
30f1c41709
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class DeployLocal < Deploy
|
||||||
end
|
end
|
||||||
|
|
||||||
def bundle(output: false)
|
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
|
end
|
||||||
|
|
||||||
def jekyll_build(output: false)
|
def jekyll_build(output: false)
|
||||||
|
|
Loading…
Reference in a new issue