mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
12 lines
193 B
Ruby
12 lines
193 B
Ruby
|
|
source "https://rubygems.org"
|
||
|
|
|
||
|
|
ruby ">= 3.4.0"
|
||
|
|
|
||
|
|
gem "cocoapods", "~> 1.16"
|
||
|
|
|
||
|
|
# (Optional) Fastlane for automation
|
||
|
|
gem "fastlane"
|
||
|
|
|
||
|
|
# (Optional) Bundler itself to ensure consistency
|
||
|
|
gem "bundler"
|