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 9e2d502 commit 2c8fea5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,23 @@ 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 "apo214", # Motor para manejo de casos
git: "https://gitlab.com/pasosdeJesus/apo214.git", branch: "renclase"
git: "https://gitlab.com/pasosdeJesus/apo214.git", branch: "main"
#path: "../apo214"

group :development, :test do
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/apo214.git
revision: b6e52e071b396d263c1c4b69a5dd2b4a6483194b
branch: renclase
revision: a4c7a38b7ea9e7f23668745ec67071ff940641e4
branch: main
specs:
apo214 (2.2.0.beta4)
msip
rails

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 @@ -55,17 +55,17 @@ GIT

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 @@ -84,8 +84,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 Expand Up @@ -413,7 +413,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_kv (0.2.8.1)
spring (4.1.2)
spring (4.1.3)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down

0 comments on commit 2c8fea5

Please sign in to comment.