From 5284fa5c3234fec95bb120ca558f1edcb0f95033 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Mon, 20 May 2024 13:26:13 +1200 Subject: [PATCH] build: Restrict rexml to 3.2.6 Later versions of rexml require strscan and strscan needs ruby-dev library. --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5868543..854f4ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,9 +23,7 @@ GEM unicode-scripts (~> 1.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) - rexml (3.2.8) - strscan (>= 3.0.9) - strscan (3.1.0) + rexml (3.2.6) unicode-blocks (1.9.0) unicode-name (1.12.0) unicode-types (~> 1.9)