5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 18:26:21 +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? if Rails.env.production?
# XXX: Desde que ya no compartimos el directorio de gemas, tenemos # XXX: Desde que ya no compartimos el directorio de gemas, tenemos
# que hacer limpieza después de instalar. # 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 else
run %(bundle install) run %(bundle install)
end end