Skip to content

Commit

Permalink
renclase a main
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Nov 23, 2023
1 parent f7b792b commit dd255a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,27 @@ 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: "renclase"
git: "https://gitlab.com/pasosdeJesus/msip.git", branch: "main"
#path: "../msip"

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

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

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

gem "cor1440_gen",
git: "https://gitlab.com/pasosdeJesus/cor1440_gen.git", branch: "renclase"
git: "https://gitlab.com/pasosdeJesus/cor1440_gen.git", branch: "main"
#path: "../cor1440_gen"

gem "jos19",
git: "https://gitlab.com/pasosdeJesus/jos19.git", branch: "renclase"
git: "https://gitlab.com/pasosdeJesus/jos19.git", branch: "main"
#path: "../jos19"

group :development, :test do
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/cor1440_gen.git
revision: 24f0c80b3776c1e70724e9f438ea1b8bc07b7857
branch: renclase
revision: a6d60dc65595a0f4fa4a4377445e30939af816d9
branch: main
specs:
cor1440_gen (2.2.0.beta4)
devise
Expand All @@ -46,8 +46,8 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/heb412_gen.git
revision: a044ff731677281d6c5f85d2d1e5a812fe330e28
branch: renclase
revision: 7cd8b4b7de0898ab2a3b049217e4a0e9d3c2cc81
branch: main
specs:
heb412_gen (2.2.0.beta4)
mr519_gen
Expand All @@ -57,25 +57,25 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/jos19.git
revision: 8c13f45048145ff0d2530c8f2cd2e92f9f64a073
branch: renclase
revision: 1c44e06db2b3374d3b50ca278666bd184be9b5da
branch: main
specs:
jos19 (2.2.0.beta4)
rails (>= 7.0.4)

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: 2ba047bdc09de9e808cc66f1f77e4f7add3c6b08
branch: renclase
revision: 8ac5cf474570620c29569b5ddfe31327113063c8
branch: main
specs:
mr519_gen (2.2.0.beta4)
msip
rails

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: 2aa8302570f55447d741cb20b90f02a1f7e96712
branch: renclase
revision: 932966920f125f0f47e37ace5574ec80ca7a8366
branch: main
specs:
msip (2.2.0.beta4)
cancancan (~> 3)
Expand All @@ -94,8 +94,8 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git
revision: e98249c8fbdfb8276b4a6df42e4fdb4e690905aa
branch: renclase
revision: 9e0c2c69f7832aede185bfd0062530ff3f97b565
branch: main
specs:
sivel2_gen (2.2.0.beta4)
color
Expand Down

0 comments on commit dd255a2

Please sign in to comment.