From 6978cda75c0cb1138d74f2aa0c8b6c75350a6e68 Mon Sep 17 00:00:00 2001 From: Josh Justice Date: Thu, 28 Mar 2024 14:50:28 -0400 Subject: [PATCH] Bump mysql2 to fix build error with mysql-client 8.3 https://github.com/brianmario/mysql2/issues/1346 https://github.com/brianmario/mysql2/releases/tag/0.5.6 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a78c4e034e..1c97b092a1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,7 +347,7 @@ GEM msgpack (1.7.2) multi_json (1.15.0) multipart-post (2.3.0) - mysql2 (0.5.5) + mysql2 (0.5.6) net-http-persistent (4.0.2) connection_pool (~> 2.2) net-imap (0.4.9)