From 19023400170a5c0f84f7cafd395e103254cbbf57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Wed, 11 Mar 2026 10:52:43 +0100 Subject: [PATCH] pin rexml to >=3.4.2 (#9533) --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 505eb3165..58e8b9213 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" gem "cocoapods", "1.16.1" +gem "rexml", ">= 3.4.2" diff --git a/Gemfile.lock b/Gemfile.lock index 455a10c51..9bc7ba0fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM netrc (0.11.0) nkf (0.2.0) public_suffix (4.0.7) - rexml (3.3.9) + rexml (3.4.4) ruby-macho (2.5.1) securerandom (0.4.0) typhoeus (1.4.1) @@ -107,6 +107,7 @@ PLATFORMS DEPENDENCIES cocoapods (= 1.16.1) + rexml (>= 3.4.2) BUNDLED WITH 2.5.11