Skip to content

Commit

Permalink
Arregla problema edad y actos. Closes #255. Closes #254
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 3, 2024
1 parent 2a9cb61 commit 86ee014
Show file tree
Hide file tree
Showing 11 changed files with 707 additions and 784 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,28 +92,28 @@ gem "will_paginate" # Listados en páginas
# estas ponerse en orden de apilamiento lógico y no alfabético).

gem "msip", # Motor generico
git: "https://gitlab.com/pasosdeJesus/msip.git", branch: "main"
#path: "../msip"
git: "https://gitlab.com/pasosdeJesus/msip.git", branch: "v2.2"
#path: "../msip-2.2"

gem "mr519_gen", # Motor de gestion de formularios y encuestas
git: "https://gitlab.com/pasosdeJesus/mr519_gen.git", branch: "main"
#path: "../mr519_gen"
git: "https://gitlab.com/pasosdeJesus/mr519_gen.git", branch: "v2.2"
#path: "../mr519_gen-2.2"

gem "heb412_gen", # Motor de nube y llenado de plantillas
git: "https://gitlab.com/pasosdeJesus/heb412_gen.git", branch: "main"
#path: "../heb412_gen"
git: "https://gitlab.com/pasosdeJesus/heb412_gen.git", branch: "v2.2"
#path: "../heb412_gen-2.2"

gem "sivel2_gen", # Motor para manejo de casos
git: "https://gitlab.com/pasosdeJesus/sivel2_gen.git", branch: "main"
#path: "../sivel2_gen"
git: "https://gitlab.com/pasosdeJesus/sivel2_gen.git", branch: "v2.2"
#path: "../sivel2_gen-2.2"

gem "cor1440_gen",
git: "https://gitlab.com/pasosdeJesus/cor1440_gen.git", branch: "main"
#path: "../cor1440_gen"
git: "https://gitlab.com/pasosdeJesus/cor1440_gen.git", branch: "v2.2"
#path: "../cor1440_gen-2.2"

gem "jos19",
git: "https://gitlab.com/pasosdeJesus/jos19.git", branch: "main"
#path: "../jos19"
git: "https://gitlab.com/pasosdeJesus/jos19.git", branch: "v2.2"
#path: "../jos19-2.2"

group :development, :test do
gem "brakeman"
Expand Down
Loading

0 comments on commit 86ee014

Please sign in to comment.