mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(ios,build) add missing dependencies for fastlane
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
74efbd7a61
commit
09c9f2930c
5
Gemfile
5
Gemfile
@@ -6,6 +6,11 @@ gem "cocoapods", "~> 1.16"
|
|||||||
|
|
||||||
# (Optional) Fastlane for automation
|
# (Optional) Fastlane for automation
|
||||||
gem "fastlane"
|
gem "fastlane"
|
||||||
|
gem "abbrev"
|
||||||
|
gem "logger"
|
||||||
|
gem "mutex_m"
|
||||||
|
gem "csv"
|
||||||
|
gem "bigdecimal"
|
||||||
|
|
||||||
# (Optional) Bundler itself to ensure consistency
|
# (Optional) Bundler itself to ensure consistency
|
||||||
gem "bundler"
|
gem "bundler"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ GEM
|
|||||||
base64
|
base64
|
||||||
nkf
|
nkf
|
||||||
rexml
|
rexml
|
||||||
|
abbrev (0.1.2)
|
||||||
activesupport (7.2.2.1)
|
activesupport (7.2.2.1)
|
||||||
base64
|
base64
|
||||||
benchmark (>= 0.3)
|
benchmark (>= 0.3)
|
||||||
@@ -89,6 +90,7 @@ GEM
|
|||||||
highline (~> 2.0.0)
|
highline (~> 2.0.0)
|
||||||
concurrent-ruby (1.3.5)
|
concurrent-ruby (1.3.5)
|
||||||
connection_pool (2.5.0)
|
connection_pool (2.5.0)
|
||||||
|
csv (3.3.2)
|
||||||
declarative (0.0.20)
|
declarative (0.0.20)
|
||||||
digest-crc (0.7.0)
|
digest-crc (0.7.0)
|
||||||
rake (>= 12.0.0, < 14.0.0)
|
rake (>= 12.0.0, < 14.0.0)
|
||||||
@@ -240,6 +242,7 @@ GEM
|
|||||||
molinillo (0.8.0)
|
molinillo (0.8.0)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multipart-post (2.4.1)
|
multipart-post (2.4.1)
|
||||||
|
mutex_m (0.3.0)
|
||||||
nanaimo (0.4.0)
|
nanaimo (0.4.0)
|
||||||
nap (1.1.0)
|
nap (1.1.0)
|
||||||
naturally (2.2.1)
|
naturally (2.2.1)
|
||||||
@@ -312,9 +315,14 @@ PLATFORMS
|
|||||||
x86_64-linux-musl
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
abbrev
|
||||||
|
bigdecimal
|
||||||
bundler
|
bundler
|
||||||
cocoapods (~> 1.16)
|
cocoapods (~> 1.16)
|
||||||
|
csv
|
||||||
fastlane
|
fastlane
|
||||||
|
logger
|
||||||
|
mutex_m
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.4.2p28
|
ruby 3.4.2p28
|
||||||
|
|||||||
Reference in New Issue
Block a user