Files
jitsi-meet/Gemfile
Saúl Ibarra Corretgé 74efbd7a61 feat(ios) introduce gemfile to make builds more reproducible
With it we can control what Ruby version, cocoapods version and fastlane
version is being used.
2025-02-17 16:17:34 +01:00

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"