From 4480cdbeaf2c8b7f242f9fa6de02de7723952499 Mon Sep 17 00:00:00 2001 From: Vincent Tran Date: Thu, 13 Jun 2024 09:34:59 -0700 Subject: [PATCH 1/3] fix(misc): Add rexml dependency --- build-support/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-support/Gemfile.lock b/build-support/Gemfile.lock index 33b2d9ab7e..a611d4eecc 100644 --- a/build-support/Gemfile.lock +++ b/build-support/Gemfile.lock @@ -173,6 +173,7 @@ GEM uber (< 0.2.0) retriable (3.1.2) rexml (3.2.8) + strscan rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -185,6 +186,7 @@ GEM simctl (1.6.8) CFPropertyList naturally + strscan (3.1.0) terminal-notifier (2.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) @@ -222,4 +224,4 @@ DEPENDENCIES fastlane-plugin-semantic_release BUNDLED WITH - 2.1.2 + 2.1.4 From d8c98e604b32da80c31081600a7cac58520697a8 Mon Sep 17 00:00:00 2001 From: Vincent Tran Date: Thu, 13 Jun 2024 12:09:46 -0700 Subject: [PATCH 2/3] Update syntax for declaring strscan in Gemfile --- build-support/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/Gemfile.lock b/build-support/Gemfile.lock index a611d4eecc..110109630c 100644 --- a/build-support/Gemfile.lock +++ b/build-support/Gemfile.lock @@ -173,7 +173,7 @@ GEM uber (< 0.2.0) retriable (3.1.2) rexml (3.2.8) - strscan + strscan (>= 3.0.9) rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) From a6de3fb581888a649e43d2ff026b895c3d328143 Mon Sep 17 00:00:00 2001 From: Vincent Tran Date: Thu, 13 Jun 2024 12:12:48 -0700 Subject: [PATCH 3/3] Downgrading the bundled with just to see what happens --- build-support/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/Gemfile.lock b/build-support/Gemfile.lock index 110109630c..6df29921fb 100644 --- a/build-support/Gemfile.lock +++ b/build-support/Gemfile.lock @@ -224,4 +224,4 @@ DEPENDENCIES fastlane-plugin-semantic_release BUNDLED WITH - 2.1.4 + 2.1.2