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 24f0c80 commit a6d60dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ gem "will_paginate" # Pagina listados
# lógico y no alfabetico como las gemas anteriores)

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'

group :development do
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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 @@ -29,17 +29,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: 49840ef8e91936b18f8842ec47c374e7a18d8563
branch: renclase
revision: 932966920f125f0f47e37ace5574ec80ca7a8366
branch: main
specs:
msip (2.2.0.beta4)
cancancan (~> 3)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.0)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down Expand Up @@ -248,7 +248,7 @@ GEM
minitest (>= 5.0)
ruby-progressbar
msgpack (1.7.2)
net-imap (0.4.5)
net-imap (0.4.6)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -257,7 +257,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.0)
nio4r (2.6.1)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down

0 comments on commit a6d60dc

Please sign in to comment.