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