mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 17:51:41 +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
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue