fix(ios,build) add missing dependencies for fastlane

This commit is contained in:
Saúl Ibarra Corretgé
2025-02-17 16:32:25 +01:00
committed by Saúl Ibarra Corretgé
parent 74efbd7a61
commit 09c9f2930c
2 changed files with 13 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ gem "cocoapods", "~> 1.16"
# (Optional) Fastlane for automation
gem "fastlane"
gem "abbrev"
gem "logger"
gem "mutex_m"
gem "csv"
gem "bigdecimal"
# (Optional) Bundler itself to ensure consistency
gem "bundler"

View File

@@ -5,6 +5,7 @@ GEM
base64
nkf
rexml
abbrev (0.1.2)
activesupport (7.2.2.1)
base64
benchmark (>= 0.3)
@@ -89,6 +90,7 @@ GEM
highline (~> 2.0.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
csv (3.3.2)
declarative (0.0.20)
digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
@@ -240,6 +242,7 @@ GEM
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.1)
mutex_m (0.3.0)
nanaimo (0.4.0)
nap (1.1.0)
naturally (2.2.1)
@@ -312,9 +315,14 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
abbrev
bigdecimal
bundler
cocoapods (~> 1.16)
csv
fastlane
logger
mutex_m
RUBY VERSION
ruby 3.4.2p28