Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Nov 23, 2023
1 parent f1ee8f9 commit c102f8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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'

group :development do
Expand Down
6 changes: 3 additions & 3 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/msip.git
revision: 49840ef8e91936b18f8842ec47c374e7a18d8563
branch: renclase
revision: 932966920f125f0f47e37ace5574ec80ca7a8366
branch: main
specs:
msip (2.2.0.beta4)
cancancan (~> 3)
Expand Down Expand Up @@ -212,7 +212,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.2.0)
net-imap (0.4.5)
net-imap (0.4.6)
date
net-protocol
net-pop (0.1.2)
Expand Down
1 change: 1 addition & 0 deletions test/dummy/db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3046,6 +3046,7 @@ ALTER TABLE ONLY public.msip_ubicacion
SET search_path TO "$user", public;

INSERT INTO "schema_migrations" (version) VALUES
('20231121203443'),
('20231120094041'),
('20231007095930'),
('20230927001422'),
Expand Down

0 comments on commit c102f8f

Please sign in to comment.