From 672bc32dc2d687e45e50800a431cd4d9a115c168 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 11 Apr 2024 11:42:28 -0300 Subject: [PATCH] 21654: Reverts net-imap to a previous version to keep ruby compatibility. Bundler upgraded this gem when upgrading rails to 7.0.8.1, making it incompatible with ruby 2.7.2, but rails doesn't explicitly asks a new net-imap version. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- services/api/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock index 13f07a0476..0fe91e0a18 100644 --- a/services/api/Gemfile.lock +++ b/services/api/Gemfile.lock @@ -177,7 +177,7 @@ GEM ruby2_keywords (>= 0.0.5) multi_json (1.15.0) multipart-post (2.4.0) - net-imap (0.4.10) + net-imap (0.3.7) date net-protocol net-pop (0.1.2) -- 2.30.2