Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Dec 9, 2023
1 parent d81d2ee commit 5a802eb
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 26 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/apo214.git
revision: a4c7a38b7ea9e7f23668745ec67071ff940641e4
revision: 33a582b9293fb9cc69d2387fecdf6b3be9629345
branch: main
specs:
apo214 (2.2.0.beta4)
Expand All @@ -44,7 +44,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/heb412_gen.git
revision: 7cd8b4b7de0898ab2a3b049217e4a0e9d3c2cc81
revision: 41e1a1d290cf0b7fe85f107121524d6ca628d2d8
branch: main
specs:
heb412_gen (2.2.0.beta4)
Expand All @@ -55,7 +55,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: 8ac5cf474570620c29569b5ddfe31327113063c8
revision: a6f79b4748e6a6f0322b5fbf58ddf156f4a19bb3
branch: main
specs:
mr519_gen (2.2.0.beta4)
Expand All @@ -64,7 +64,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: 932966920f125f0f47e37ace5574ec80ca7a8366
revision: e54ff9f4a722a4a056e78c8b1414e1ec1de02263
branch: main
specs:
msip (2.2.0.beta4)
Expand All @@ -84,7 +84,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git
revision: 9e0c2c69f7832aede185bfd0062530ff3f97b565
revision: 66be0fd7383172f92c779c5544ed9cf67df2fb3d
branch: main
specs:
sivel2_gen (2.2.0.beta4)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
tzinfo (~> 2.0)
acts_as_list (1.1.0)
activerecord (>= 4.2)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
andand (1.3.3)
babel-source (5.8.35)
Expand Down Expand Up @@ -266,7 +266,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.1)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand All @@ -289,12 +289,12 @@ GEM
method_source (1.0.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2023.1205)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.7.2)
net-imap (0.4.6)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -303,7 +303,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -371,15 +371,15 @@ GEM
zeitwerk (~> 2.5)
raindrops (0.20.1)
rake (13.1.0)
rdoc (6.6.0)
rdoc (6.6.1)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
redis-client (0.19.0)
connection_pool
regexp_parser (2.8.2)
reline (0.4.0)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -399,7 +399,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.15.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -423,7 +423,7 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.9)
stringio (3.1.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.3.0)
Expand Down
3 changes: 3 additions & 0 deletions app/javascript/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ application.register("msip--sindocaut", Msip__SindocautController)

import Sivel2Gen__EdadController from "./sivel2_gen/edad_controller"
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)
Loading

0 comments on commit 5a802eb

Please sign in to comment.