build: Workaround for ruby 3.4
This commit is contained in:
parent
c90355a2cf
commit
ad99fea494
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue