build: Workaround for ruby 3.4

This commit is contained in:
Christian Kußowski 2025-06-17 15:17:59 +02:00
parent c90355a2cf
commit ad99fea494
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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"