From ad99fea494783df6318d6189e5c77aa2b35c50e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 17 Jun 2025 15:17:59 +0200 Subject: [PATCH] build: Workaround for ruby 3.4 --- ios/Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ios/Gemfile b/ios/Gemfile index 7a118b49b..0bc467d85 100644 --- a/ios/Gemfile +++ b/ios/Gemfile @@ -1,3 +1,8 @@ source "https://rubygems.org" gem "fastlane" + +# Workaround for ruby 3.4 https://github.com/fastlane/fastlane/issues/29183 +gem "abbrev" +gem "mutex_m" +gem "ostruct" \ No newline at end of file