File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ gem "cocoapods", "~> 1.16"
6
6
7
7
# (Optional) Fastlane for automation
8
8
gem "fastlane"
9
+ gem "abbrev"
10
+ gem "logger"
11
+ gem "mutex_m"
12
+ gem "csv"
13
+ gem "bigdecimal"
9
14
10
15
# (Optional) Bundler itself to ensure consistency
11
16
gem "bundler"
Original file line number Diff line number Diff line change 5
5
base64
6
6
nkf
7
7
rexml
8
+ abbrev (0.1.2 )
8
9
activesupport (7.2.2.1 )
9
10
base64
10
11
benchmark (>= 0.3 )
89
90
highline (~> 2.0.0 )
90
91
concurrent-ruby (1.3.5 )
91
92
connection_pool (2.5.0 )
93
+ csv (3.3.2 )
92
94
declarative (0.0.20 )
93
95
digest-crc (0.7.0 )
94
96
rake (>= 12.0.0 , < 14.0.0 )
240
242
molinillo (0.8.0 )
241
243
multi_json (1.15.0 )
242
244
multipart-post (2.4.1 )
245
+ mutex_m (0.3.0 )
243
246
nanaimo (0.4.0 )
244
247
nap (1.1.0 )
245
248
naturally (2.2.1 )
@@ -312,9 +315,14 @@ PLATFORMS
312
315
x86_64-linux-musl
313
316
314
317
DEPENDENCIES
318
+ abbrev
319
+ bigdecimal
315
320
bundler
316
321
cocoapods (~> 1.16 )
322
+ csv
317
323
fastlane
324
+ logger
325
+ mutex_m
318
326
319
327
RUBY VERSION
320
328
ruby 3.4.2p28
You can’t perform that action at this time.
0 commit comments