5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 07:54:15 +00:00

fix: siempre instalar las gemas localmente

This commit is contained in:
f 2022-12-27 17:37:47 -03:00
parent e6068fa7ec
commit 072b01e4d9

View file

@ -91,11 +91,7 @@ class DeployLocal < Deploy
end
def bundle
if Rails.env.production?
run %(bundle install --no-cache --path="#{gems_dir}")
else
run %(bundle install)
end
end
def jekyll_build