mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 13:51:41 +00:00
fix: siempre instalar las gemas localmente
This commit is contained in:
parent
e6068fa7ec
commit
072b01e4d9
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue