From 89074774cff7affc12ae309ea7528dd7dac07a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Sun, 9 Feb 2025 19:04:11 -0500 Subject: [PATCH] Actualiza --- Gemfile.lock | 8 ++++---- test/dummy/db/structure.sql | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4f6baa9..8f6c46a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/kreeti/kt-paperclip.git - revision: 26139d89d34bcfefae0e9c724c4573a8fae089ab + revision: 83dc8d92e63e4c360bb9f45af1cf3b63d99bed54 specs: kt-paperclip (7.2.2) activemodel (>= 4.2.0) @@ -11,7 +11,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: c948e3fcddf8e55df60cc80c67c6b4b3238340b2 + revision: 90af35902c9d86c4a52241d6cf25bf97d58a8fdd branch: main specs: msip (2.3.0.alfa3) @@ -233,7 +233,7 @@ GEM psych (5.2.2) date stringio - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -312,7 +312,7 @@ GEM rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.29.0) + rubocop-rails (2.29.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) diff --git a/test/dummy/db/structure.sql b/test/dummy/db/structure.sql index f680c32..76cc912 100644 --- a/test/dummy/db/structure.sql +++ b/test/dummy/db/structure.sql @@ -4242,6 +4242,10 @@ ALTER TABLE ONLY public.msip_ubicacion SET search_path TO "$user", public; INSERT INTO "schema_migrations" (version) VALUES +('20250128142614'), +('20250128092632'), +('20250126220001'), +('20250124170451'), ('20241113141404'), ('20240723152453'), ('20240723140427'),