From 745c4576de1863b23efb33bcce9bef21655963c8 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 24 Oct 2024 16:23:25 -0300 Subject: [PATCH 1/2] fix: social inbox va despues de local --- app/models/deploy_social_distributed_press.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/deploy_social_distributed_press.rb b/app/models/deploy_social_distributed_press.rb index e7f97406..61583aab 100644 --- a/app/models/deploy_social_distributed_press.rb +++ b/app/models/deploy_social_distributed_press.rb @@ -5,7 +5,7 @@ require 'distributed_press/v1/social/client' # Publicar novedades al Fediverso class DeploySocialDistributedPress < Deploy # Solo luego de publicar remotamente - DEPENDENCIES = %i[deploy_distributed_press deploy_rsync deploy_full_rsync].freeze + DEPENDENCIES = %i[deploy_local deploy_distributed_press deploy_rsync deploy_full_rsync].freeze # EnvĂ­a las notificaciones def deploy(output: false) From 753fae2734a34bdc2b8e704920eb59bff09c1dc6 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 31 Oct 2024 09:33:17 -0300 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20actualizaci=C3=B3n=20de=20cuidados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 55490a17..7880481b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -492,7 +492,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.7) + rexml (3.3.9) rgl (0.6.3) pairing_heap (>= 0.3.0) rexml (~> 3.2, >= 3.2.4)