From 072b01e4d94e5a22c1d5646bfc63cd25c1affedf Mon Sep 17 00:00:00 2001 From: f Date: Tue, 27 Dec 2022 17:37:47 -0300 Subject: [PATCH] fix: siempre instalar las gemas localmente --- app/models/deploy_local.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index 4fa588f5..88b84930 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -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