From ff8ed567e305b7d459533cc3f4675799ddaa2682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jasikowski?= Date: Tue, 21 Oct 2025 10:58:16 +0200 Subject: [PATCH 1/3] Added openssl to gemfile to fix ios adhoc build problems --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index b1fba87753f2..40d832ad4f6d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' gem "fastlane", "~> 2", ">= 2.227.1" gem "xcpretty", "~> 0" +gem "openssl" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') From 9ea6234623e6dd1a5a843eb6cd263faaa8fa24e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jasikowski?= Date: Tue, 21 Oct 2025 10:58:59 +0200 Subject: [PATCH 2/3] Bumped fastlane to latest --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 40d832ad4f6d..eb67fd38f969 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby ">= 3.3.4" gem "cocoapods", "= 1.15.2" gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' -gem "fastlane", "~> 2", ">= 2.227.1" +gem "fastlane", "~> 2", ">= 2.228.0" gem "xcpretty", "~> 0" gem "openssl" From 2c5736f0b2ec06f1b1dccc0af644bb8b28edea46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jasikowski?= Date: Tue, 21 Oct 2025 11:20:32 +0200 Subject: [PATCH 3/3] Updated gemfile.lock --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index eb67fd38f969..5a9b3a6a2e4f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' gem "fastlane", "~> 2", ">= 2.228.0" gem "xcpretty", "~> 0" -gem "openssl" +gem "openssl", ">= 3.3.1" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') diff --git a/Gemfile.lock b/Gemfile.lock index 3c7253c08db7..95a250ee3a52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.0) - fastlane (2.227.1) + fastlane (2.228.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -242,14 +242,15 @@ GEM mutex_m (0.2.0) nanaimo (0.3.0) nap (1.1.0) - naturally (2.2.1) + naturally (2.3.0) netrc (0.11.0) nkf (0.2.0) + openssl (3.3.1) optparse (0.6.0) os (1.1.4) plist (3.7.2) public_suffix (4.0.7) - rake (13.2.1) + rake (13.3.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -309,11 +310,12 @@ DEPENDENCIES benchmark bigdecimal cocoapods (= 1.15.2) - fastlane (~> 2, >= 2.227.1) + fastlane (~> 2, >= 2.228.0) fastlane-plugin-aws_s3 fastlane-plugin-firebase_app_distribution logger mutex_m + openssl (>= 3.3.1) xcodeproj (< 1.26.0) xcpretty (~> 0)