Skip to content

Commit 683d247

Browse files
authored
chore: Fixes bundle error using ship cli by restoring multi json (#1201)
1 parent 41f9e0b commit 683d247

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
gem 'fastlane'
44
gem 'cocoapods'
55
gem 'slather'
6+
gem 'multi_json'
67

78
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
89
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ GEM
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
2525
aws-eventstream (1.4.0)
26-
aws-partitions (1.1254.0)
27-
aws-sdk-core (3.250.0)
26+
aws-partitions (1.1257.0)
27+
aws-sdk-core (3.251.0)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.992.0)
3030
aws-sigv4 (~> 1.9)
3131
base64
3232
bigdecimal
3333
jmespath (~> 1, >= 1.6.1)
3434
logger
35-
aws-sdk-kms (1.128.0)
35+
aws-sdk-kms (1.129.0)
3636
aws-sdk-core (~> 3, >= 3.248.0)
3737
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.224.0)
38+
aws-sdk-s3 (1.225.0)
3939
aws-sdk-core (~> 3, >= 3.248.0)
4040
aws-sdk-kms (~> 1)
4141
aws-sigv4 (~> 1.5)
@@ -204,7 +204,7 @@ GEM
204204
google-apis-core (>= 0.15.0, < 2.a)
205205
google-apis-playcustomapp_v1 (0.17.0)
206206
google-apis-core (>= 0.15.0, < 2.a)
207-
google-apis-storage_v1 (0.62.0)
207+
google-apis-storage_v1 (0.63.0)
208208
google-apis-core (>= 0.15.0, < 2.a)
209209
google-cloud-core (1.8.0)
210210
google-cloud-env (>= 1.0, < 3.a)
@@ -223,13 +223,13 @@ GEM
223223
googleauth (~> 1.9)
224224
mini_mime (~> 1.0)
225225
google-logging-utils (0.2.0)
226-
googleauth (1.16.2)
226+
googleauth (1.17.0)
227227
faraday (>= 1.0, < 3.a)
228228
google-cloud-env (~> 2.2)
229229
google-logging-utils (~> 0.1)
230230
jwt (>= 1.4, < 4.0)
231-
multi_json (~> 1.11)
232231
os (>= 0.9, < 2.0)
232+
pstore (~> 0.1)
233233
signet (>= 0.16, < 2.a)
234234
highline (2.0.3)
235235
http-cookie (1.0.8)
@@ -239,7 +239,7 @@ GEM
239239
i18n (1.14.8)
240240
concurrent-ruby (~> 1.0)
241241
jmespath (1.6.2)
242-
json (2.19.7)
242+
json (2.19.8)
243243
jwt (3.2.0)
244244
base64
245245
logger (1.7.0)
@@ -266,6 +266,7 @@ GEM
266266
ostruct (0.6.3)
267267
plist (3.7.2)
268268
prism (1.9.0)
269+
pstore (0.2.1)
269270
public_suffix (4.0.7)
270271
racc (1.8.1)
271272
rake (13.4.2)
@@ -282,11 +283,10 @@ GEM
282283
securerandom (0.4.1)
283284
security (0.1.5)
284285
semantic (1.6.1)
285-
signet (0.21.0)
286+
signet (0.22.0)
286287
addressable (~> 2.8)
287288
faraday (>= 0.17.5, < 3.a)
288289
jwt (>= 1.5, < 4.0)
289-
multi_json (~> 1.10)
290290
simctl (1.6.10)
291291
CFPropertyList
292292
naturally
@@ -335,6 +335,7 @@ DEPENDENCIES
335335
cocoapods
336336
fastlane
337337
fastlane-plugin-auth0_shipper
338+
multi_json
338339
slather
339340

340341
BUNDLED WITH

0 commit comments

Comments
 (0)