5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 04:34:16 +00:00

no instalar las gemas de desarrollo

This commit is contained in:
f 2021-12-24 10:19:18 -03:00
parent 8fc7051588
commit d70ce8efdb

View file

@ -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