build: Workaround for ruby 3.4

pull/1815/head
Christian Kußowski 4 months ago
parent c90355a2cf
commit ad99fea494
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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"
Loading…
Cancel
Save