From a80afdc22285c3e75cb4b53c354ba4141cde77ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Wed, 18 Dec 2024 10:33:49 -0500 Subject: [PATCH] Actualiza --- Gemfile.lock | 30 ++++++++++++++--------------- app/javascript/controllers/index.js | 3 +++ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c26af14..e763890 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/kreeti/kt-paperclip.git - revision: f35ca58fad8ae4681b26240adc4eb43d2b0d767f + revision: 26139d89d34bcfefae0e9c724c4573a8fae089ab specs: kt-paperclip (7.2.2) activemodel (>= 4.2.0) @@ -33,7 +33,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/cor1440_gen.git - revision: f6be934a4d36c5a69b055f60f95cb5d41515a686 + revision: a1192a7b9c8e390e7cd1cf56bd060dca4fa6f053 branch: v2.2 specs: cor1440_gen (2.2.0.beta7) @@ -46,7 +46,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/heb412_gen.git - revision: 1c418ecbc2e11bb045cf7b7eb46ff10e33ba6560 + revision: 19d6a98b05858d6de5add5eb7be42bf5b3dc478d branch: v2.2 specs: heb412_gen (2.2.0.beta7) @@ -57,14 +57,14 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/jos19.git - revision: 2c2b87443fa0bf1da56308a511793414ae883e50 + revision: 220859daa9fa061cbcf6d98e38e7228a70be5c6f branch: v2.2 specs: jos19 (2.2.0.beta7) GIT remote: https://gitlab.com/pasosdeJesus/mr519_gen.git - revision: 20c7d02a833f22c77ae1822bf1fc4c3b7b8728c2 + revision: 0f9dce1fa5d576234c515bd33c7aa8a077a03d59 branch: v2.2 specs: mr519_gen (2.2.0.beta7) @@ -73,7 +73,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: 93c15c200761dadda1f80666fe07031e77e65a32 + revision: d15114bf3a5f8d9826f9765c375fa0f524934368 branch: v2.2 specs: msip (2.2.0.beta7) @@ -93,7 +93,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git - revision: 8fb8e9052c0037cb1893679a7b96aaee207dd9a0 + revision: 7730c05b2611d948dd4b67407a951805487ab270 branch: v2.2 specs: sivel2_gen (2.2.0.beta7) @@ -315,20 +315,20 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.8) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.8-aarch64-linux) + nokogiri (1.17.2-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.8-arm-linux) + nokogiri (1.17.2-arm-linux) racc (~> 1.4) - nokogiri (1.16.8-arm64-darwin) + nokogiri (1.17.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.8-x86-linux) + nokogiri (1.17.2-x86-linux) racc (~> 1.4) - nokogiri (1.16.8-x86_64-darwin) + nokogiri (1.17.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) + nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) odf-report (0.8.1) mime-types @@ -595,4 +595,4 @@ DEPENDENCIES will_paginate BUNDLED WITH - 2.5.23 + 2.6.1 diff --git a/app/javascript/controllers/index.js b/app/javascript/controllers/index.js index 550f1f7..3480aac 100644 --- a/app/javascript/controllers/index.js +++ b/app/javascript/controllers/index.js @@ -25,6 +25,9 @@ application.register("sivel2-gen--edad", Sivel2Gen__EdadController) import Sivel2Gen__EnviarFichaCasoController from "./sivel2_gen/enviar_ficha_caso_controller" application.register("sivel2-gen--enviar-ficha-caso", Sivel2Gen__EnviarFichaCasoController) +import Sivel2Gen__MapaosmController from "./sivel2_gen/mapaosm_controller" +application.register("sivel2-gen--mapaosm", Sivel2Gen__MapaosmController) + import Sivel2Gen__PlotlyActosController from "./sivel2_gen/plotly_actos_controller" application.register("sivel2-gen--plotly-actos", Sivel2Gen__PlotlyActosController)