mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-23 23:28:14 -05:00
Apply the workaround in https://github.com/fastlane/fastlane/issues/29183 (needed on Fedora 42)
9 lines
140 B
Ruby
9 lines
140 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
|
|
# https://github.com/fastlane/fastlane/issues/29183
|
|
gem "abbrev"
|
|
gem "mutex_m"
|
|
gem "ostruct"
|