From 9a1973bdb7beec016923dc244e788442f350fff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Thu, 19 Sep 2024 09:54:18 -0500 Subject: [PATCH] Actualiza --- Gemfile.lock | 6 +++--- test/dummy/db/structure.sql | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25836aa..3cc76df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: b9ef1a5672295def4b796650e6f10cb3a0e9843c + revision: 216c62b9faece183f4b40cec57dad1ca138e2085 branch: main specs: msip (2.3.0.alfa2) @@ -265,7 +265,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) rack (3.1.7) @@ -479,4 +479,4 @@ DEPENDENCIES will_paginate BUNDLED WITH - 2.5.18 + 2.5.19 diff --git a/test/dummy/db/structure.sql b/test/dummy/db/structure.sql index 8ab2c9b..0ca41cf 100644 --- a/test/dummy/db/structure.sql +++ b/test/dummy/db/structure.sql @@ -4289,6 +4289,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20221102145906'), ('20221102144613'), ('20221025025402'), +('20221024222000'), ('20221024221557'), ('20220822132754'), ('20220808141102'),