Skip to content

Commit 09c9f29

Browse files
committed
fix(ios,build) add missing dependencies for fastlane
1 parent 74efbd7 commit 09c9f29

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ gem "cocoapods", "~> 1.16"
66

77
# (Optional) Fastlane for automation
88
gem "fastlane"
9+
gem "abbrev"
10+
gem "logger"
11+
gem "mutex_m"
12+
gem "csv"
13+
gem "bigdecimal"
914

1015
# (Optional) Bundler itself to ensure consistency
1116
gem "bundler"

Diff for: Gemfile.lock

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8+
abbrev (0.1.2)
89
activesupport (7.2.2.1)
910
base64
1011
benchmark (>= 0.3)
@@ -89,6 +90,7 @@ GEM
8990
highline (~> 2.0.0)
9091
concurrent-ruby (1.3.5)
9192
connection_pool (2.5.0)
93+
csv (3.3.2)
9294
declarative (0.0.20)
9395
digest-crc (0.7.0)
9496
rake (>= 12.0.0, < 14.0.0)
@@ -240,6 +242,7 @@ GEM
240242
molinillo (0.8.0)
241243
multi_json (1.15.0)
242244
multipart-post (2.4.1)
245+
mutex_m (0.3.0)
243246
nanaimo (0.4.0)
244247
nap (1.1.0)
245248
naturally (2.2.1)
@@ -312,9 +315,14 @@ PLATFORMS
312315
x86_64-linux-musl
313316

314317
DEPENDENCIES
318+
abbrev
319+
bigdecimal
315320
bundler
316321
cocoapods (~> 1.16)
322+
csv
317323
fastlane
324+
logger
325+
mutex_m
318326

319327
RUBY VERSION
320328
ruby 3.4.2p28

0 commit comments

Comments
 (0)