mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:11:42 +00:00
no instalar las gemas de desarrollo
This commit is contained in:
parent
8fc7051588
commit
d70ce8efdb
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class DeployLocal < Deploy
|
|||
if Rails.env.production?
|
||||
# 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)
|
||||
run %(bundle install --no-cache --path="#{gems_dir}" --clean --without test development)
|
||||
else
|
||||
run %(bundle install)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue