Przeglądaj źródła

fix(ios,build) add missing dependencies for fastlane

j25
Saúl Ibarra Corretgé 7 miesięcy temu
rodzic
commit
09c9f2930c
2 zmienionych plików z 13 dodań i 0 usunięć
  1. 5
    0
      Gemfile
  2. 8
    0
      Gemfile.lock

+ 5
- 0
Gemfile Wyświetl plik

@@ -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"

+ 8
- 0
Gemfile.lock Wyświetl plik

@@ -5,6 +5,7 @@ GEM
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,6 +90,7 @@ GEM
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,6 +242,7 @@ GEM
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

Ładowanie…
Anuluj
Zapisz