Browse Source

fix(ios,build) add missing dependencies for fastlane

j25
Saúl Ibarra Corretgé 7 months ago
parent
commit
09c9f2930c
2 changed files with 13 additions and 0 deletions
  1. 5
    0
      Gemfile
  2. 8
    0
      Gemfile.lock

+ 5
- 0
Gemfile View File

6
 
6
 
7
 # (Optional) Fastlane for automation
7
 # (Optional) Fastlane for automation
8
 gem "fastlane"
8
 gem "fastlane"
9
+gem "abbrev"
10
+gem "logger"
11
+gem "mutex_m"
12
+gem "csv"
13
+gem "bigdecimal"
9
 
14
 
10
 # (Optional) Bundler itself to ensure consistency
15
 # (Optional) Bundler itself to ensure consistency
11
 gem "bundler"
16
 gem "bundler"

+ 8
- 0
Gemfile.lock View File

5
       base64
5
       base64
6
       nkf
6
       nkf
7
       rexml
7
       rexml
8
+    abbrev (0.1.2)
8
     activesupport (7.2.2.1)
9
     activesupport (7.2.2.1)
9
       base64
10
       base64
10
       benchmark (>= 0.3)
11
       benchmark (>= 0.3)
89
       highline (~> 2.0.0)
90
       highline (~> 2.0.0)
90
     concurrent-ruby (1.3.5)
91
     concurrent-ruby (1.3.5)
91
     connection_pool (2.5.0)
92
     connection_pool (2.5.0)
93
+    csv (3.3.2)
92
     declarative (0.0.20)
94
     declarative (0.0.20)
93
     digest-crc (0.7.0)
95
     digest-crc (0.7.0)
94
       rake (>= 12.0.0, < 14.0.0)
96
       rake (>= 12.0.0, < 14.0.0)
240
     molinillo (0.8.0)
242
     molinillo (0.8.0)
241
     multi_json (1.15.0)
243
     multi_json (1.15.0)
242
     multipart-post (2.4.1)
244
     multipart-post (2.4.1)
245
+    mutex_m (0.3.0)
243
     nanaimo (0.4.0)
246
     nanaimo (0.4.0)
244
     nap (1.1.0)
247
     nap (1.1.0)
245
     naturally (2.2.1)
248
     naturally (2.2.1)
312
   x86_64-linux-musl
315
   x86_64-linux-musl
313
 
316
 
314
 DEPENDENCIES
317
 DEPENDENCIES
318
+  abbrev
319
+  bigdecimal
315
   bundler
320
   bundler
316
   cocoapods (~> 1.16)
321
   cocoapods (~> 1.16)
322
+  csv
317
   fastlane
323
   fastlane
324
+  logger
325
+  mutex_m
318
 
326
 
319
 RUBY VERSION
327
 RUBY VERSION
320
    ruby 3.4.2p28
328
    ruby 3.4.2p28

Loading…
Cancel
Save