Skip to content

Commit 720d1ca

Browse files
evantk91Evan GreerAyyanchira
authored
[MOB-XXXX] Fastlane update (#952)
Co-authored-by: Evan Greer <[email protected]> Co-authored-by: Akshay Ayyanchira <[email protected]>
1 parent 4eda244 commit 720d1ca

File tree

1 file changed

+80
-68
lines changed

1 file changed

+80
-68
lines changed

Gemfile.lock

Lines changed: 80 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
68
activesupport (7.1.2)
79
base64
@@ -13,28 +15,31 @@ GEM
1315
minitest (>= 5.1)
1416
mutex_m
1517
tzinfo (~> 2.0)
16-
addressable (2.8.5)
17-
public_suffix (>= 2.0.2, < 6.0)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
1820
algoliasearch (1.27.5)
1921
httpclient (~> 2.8, >= 2.8.3)
2022
json (>= 1.5.1)
21-
artifactory (3.0.15)
23+
artifactory (3.0.17)
2224
atomos (0.1.3)
23-
aws-eventstream (1.3.0)
24-
aws-partitions (1.859.0)
25-
aws-sdk-core (3.188.0)
26-
aws-eventstream (~> 1, >= 1.0.2)
27-
aws-partitions (~> 1, >= 1.651.0)
28-
aws-sigv4 (~> 1.5)
25+
aws-eventstream (1.4.0)
26+
aws-partitions (1.1154.0)
27+
aws-sdk-core (3.232.0)
28+
aws-eventstream (~> 1, >= 1.3.0)
29+
aws-partitions (~> 1, >= 1.992.0)
30+
aws-sigv4 (~> 1.9)
31+
base64
32+
bigdecimal
2933
jmespath (~> 1, >= 1.6.1)
30-
aws-sdk-kms (1.73.0)
31-
aws-sdk-core (~> 3, >= 3.188.0)
32-
aws-sigv4 (~> 1.1)
33-
aws-sdk-s3 (1.140.0)
34-
aws-sdk-core (~> 3, >= 3.188.0)
34+
logger
35+
aws-sdk-kms (1.112.0)
36+
aws-sdk-core (~> 3, >= 3.231.0)
37+
aws-sigv4 (~> 1.5)
38+
aws-sdk-s3 (1.198.0)
39+
aws-sdk-core (~> 3, >= 3.231.0)
3540
aws-sdk-kms (~> 1)
36-
aws-sigv4 (~> 1.6)
37-
aws-sigv4 (1.7.0)
41+
aws-sigv4 (~> 1.5)
42+
aws-sigv4 (1.12.1)
3843
aws-eventstream (~> 1, >= 1.0.2)
3944
babosa (1.0.4)
4045
base64 (0.2.0)
@@ -84,18 +89,18 @@ GEM
8489
concurrent-ruby (1.2.2)
8590
connection_pool (2.4.1)
8691
declarative (0.0.20)
87-
digest-crc (0.6.5)
92+
digest-crc (0.7.0)
8893
rake (>= 12.0.0, < 14.0.0)
89-
domain_name (0.6.20231109)
94+
domain_name (0.6.20240107)
9095
dotenv (2.8.1)
9196
drb (2.2.0)
9297
ruby2_keywords
9398
emoji_regex (3.2.3)
9499
escape (0.0.4)
95100
ethon (0.16.0)
96101
ffi (>= 1.15.0)
97-
excon (0.105.0)
98-
faraday (1.10.3)
102+
excon (0.112.0)
103+
faraday (1.10.4)
99104
faraday-em_http (~> 1.0)
100105
faraday-em_synchrony (~> 1.0)
101106
faraday-excon (~> 1.1)
@@ -111,27 +116,27 @@ GEM
111116
faraday (>= 0.8.0)
112117
http-cookie (~> 1.0.0)
113118
faraday-em_http (1.0.0)
114-
faraday-em_synchrony (1.0.0)
119+
faraday-em_synchrony (1.0.1)
115120
faraday-excon (1.1.0)
116121
faraday-httpclient (1.0.1)
117-
faraday-multipart (1.0.4)
118-
multipart-post (~> 2)
119-
faraday-net_http (1.0.1)
122+
faraday-multipart (1.1.1)
123+
multipart-post (~> 2.0)
124+
faraday-net_http (1.0.2)
120125
faraday-net_http_persistent (1.2.0)
121126
faraday-patron (1.0.0)
122127
faraday-rack (1.0.0)
123128
faraday-retry (1.0.3)
124-
faraday_middleware (1.2.0)
129+
faraday_middleware (1.2.1)
125130
faraday (~> 1.0)
126-
fastimage (2.2.7)
127-
fastlane (2.217.0)
131+
fastimage (2.4.0)
132+
fastlane (2.228.0)
128133
CFPropertyList (>= 2.3, < 4.0.0)
129134
addressable (>= 2.8, < 3.0.0)
130135
artifactory (~> 3.0)
131136
aws-sdk-s3 (~> 1.0)
132137
babosa (>= 1.0.3, < 2.0.0)
133138
bundler (>= 1.12.0, < 3.0.0)
134-
colored
139+
colored (~> 1.2)
135140
commander (~> 4.6)
136141
dotenv (>= 2.1.1, < 3.0.0)
137142
emoji_regex (>= 0.1, < 4.0)
@@ -140,9 +145,11 @@ GEM
140145
faraday-cookie_jar (~> 0.0.6)
141146
faraday_middleware (~> 1.0)
142147
fastimage (>= 2.1.0, < 3.0.0)
148+
fastlane-sirp (>= 1.0.0)
143149
gh_inspector (>= 1.1.2, < 2.0.0)
144150
google-apis-androidpublisher_v3 (~> 0.3)
145151
google-apis-playcustomapp_v1 (~> 0.1)
152+
google-cloud-env (>= 1.6.0, < 2.0.0)
146153
google-cloud-storage (~> 1.31)
147154
highline (~> 2.0)
148155
http-cookie (~> 1.0.5)
@@ -151,53 +158,54 @@ GEM
151158
mini_magick (>= 4.9.4, < 5.0.0)
152159
multipart-post (>= 2.0.0, < 3.0.0)
153160
naturally (~> 2.2)
154-
optparse (~> 0.1.1)
161+
optparse (>= 0.1.1, < 1.0.0)
155162
plist (>= 3.1.0, < 4.0.0)
156163
rubyzip (>= 2.0.0, < 3.0.0)
157-
security (= 0.1.3)
164+
security (= 0.1.5)
158165
simctl (~> 1.6.3)
159166
terminal-notifier (>= 2.0.0, < 3.0.0)
160167
terminal-table (~> 3)
161168
tty-screen (>= 0.6.3, < 1.0.0)
162169
tty-spinner (>= 0.8.0, < 1.0.0)
163170
word_wrap (~> 1.0.0)
164171
xcodeproj (>= 1.13.0, < 2.0.0)
165-
xcpretty (~> 0.3.0)
166-
xcpretty-travis-formatter (>= 0.0.3)
172+
xcpretty (~> 0.4.1)
173+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
167174
fastlane-plugin-changelog (0.16.0)
168175
fastlane-plugin-create_xcframework (1.1.2)
176+
fastlane-sirp (1.0.0)
177+
sysrandom (~> 1.0)
169178
ffi (1.16.3)
170179
fourflusher (2.3.1)
171180
fuzzy_match (2.0.4)
172181
gh_inspector (1.1.3)
173-
google-apis-androidpublisher_v3 (0.53.0)
182+
google-apis-androidpublisher_v3 (0.54.0)
174183
google-apis-core (>= 0.11.0, < 2.a)
175-
google-apis-core (0.11.2)
184+
google-apis-core (0.11.3)
176185
addressable (~> 2.5, >= 2.5.1)
177186
googleauth (>= 0.16.2, < 2.a)
178187
httpclient (>= 2.8.1, < 3.a)
179188
mini_mime (~> 1.0)
180189
representable (~> 3.0)
181190
retriable (>= 2.0, < 4.a)
182191
rexml
183-
webrick
184192
google-apis-iamcredentials_v1 (0.17.0)
185193
google-apis-core (>= 0.11.0, < 2.a)
186194
google-apis-playcustomapp_v1 (0.13.0)
187195
google-apis-core (>= 0.11.0, < 2.a)
188-
google-apis-storage_v1 (0.29.0)
196+
google-apis-storage_v1 (0.31.0)
189197
google-apis-core (>= 0.11.0, < 2.a)
190-
google-cloud-core (1.6.0)
191-
google-cloud-env (~> 1.0)
198+
google-cloud-core (1.8.0)
199+
google-cloud-env (>= 1.0, < 3.a)
192200
google-cloud-errors (~> 1.0)
193201
google-cloud-env (1.6.0)
194202
faraday (>= 0.17.3, < 3.0)
195-
google-cloud-errors (1.3.1)
196-
google-cloud-storage (1.45.0)
203+
google-cloud-errors (1.5.0)
204+
google-cloud-storage (1.47.0)
197205
addressable (~> 2.8)
198206
digest-crc (~> 0.4)
199207
google-apis-iamcredentials_v1 (~> 0.1)
200-
google-apis-storage_v1 (~> 0.29.0)
208+
google-apis-storage_v1 (~> 0.31.0)
201209
google-cloud-core (~> 1.6)
202210
googleauth (>= 0.16.2, < 2.a)
203211
mini_mime (~> 1.0)
@@ -208,74 +216,78 @@ GEM
208216
os (>= 0.9, < 2.0)
209217
signet (>= 0.16, < 2.a)
210218
highline (2.0.3)
211-
http-cookie (1.0.5)
219+
http-cookie (1.0.8)
212220
domain_name (~> 0.5)
213-
httpclient (2.8.3)
221+
httpclient (2.9.0)
222+
mutex_m
214223
i18n (1.14.1)
215224
concurrent-ruby (~> 1.0)
216225
jmespath (1.6.2)
217-
json (2.6.3)
218-
jwt (2.7.1)
219-
mini_magick (4.12.0)
226+
json (2.13.2)
227+
jwt (2.10.2)
228+
base64
229+
logger (1.7.0)
230+
mini_magick (4.13.2)
220231
mini_mime (1.1.5)
221232
minitest (5.20.0)
222233
molinillo (0.8.0)
223-
multi_json (1.15.0)
224-
multipart-post (2.3.0)
234+
multi_json (1.17.0)
235+
multipart-post (2.4.1)
225236
mutex_m (0.2.0)
226-
nanaimo (0.3.0)
237+
nanaimo (0.4.0)
227238
nap (1.1.0)
228-
naturally (2.2.1)
239+
naturally (2.3.0)
229240
netrc (0.11.0)
230-
optparse (0.1.1)
241+
nkf (0.2.0)
242+
optparse (0.6.0)
231243
os (1.1.4)
232-
plist (3.7.0)
244+
plist (3.7.2)
233245
public_suffix (4.0.7)
234-
rake (13.1.0)
246+
rake (13.3.0)
235247
representable (3.2.0)
236248
declarative (< 0.1.0)
237249
trailblazer-option (>= 0.1.1, < 0.2.0)
238250
uber (< 0.2.0)
239251
retriable (3.1.2)
240-
rexml (3.2.6)
241-
rouge (2.0.7)
252+
rexml (3.4.2)
253+
rouge (3.28.0)
242254
ruby-macho (2.5.1)
243255
ruby2_keywords (0.0.5)
244-
rubyzip (2.3.2)
245-
security (0.1.3)
246-
signet (0.18.0)
256+
rubyzip (2.4.1)
257+
security (0.1.5)
258+
signet (0.21.0)
247259
addressable (~> 2.8)
248260
faraday (>= 0.17.5, < 3.a)
249-
jwt (>= 1.5, < 3.0)
261+
jwt (>= 1.5, < 4.0)
250262
multi_json (~> 1.10)
251263
simctl (1.6.10)
252264
CFPropertyList
253265
naturally
266+
sysrandom (1.0.5)
254267
terminal-notifier (2.0.0)
255268
terminal-table (3.0.2)
256269
unicode-display_width (>= 1.1.1, < 3)
257270
trailblazer-option (0.1.2)
258271
tty-cursor (0.7.1)
259-
tty-screen (0.8.1)
272+
tty-screen (0.8.2)
260273
tty-spinner (0.9.3)
261274
tty-cursor (~> 0.7)
262275
typhoeus (1.4.0)
263276
ethon (>= 0.9.0)
264277
tzinfo (2.0.6)
265278
concurrent-ruby (~> 1.0)
266279
uber (0.1.0)
267-
unicode-display_width (2.5.0)
268-
webrick (1.8.1)
280+
unicode-display_width (2.6.0)
269281
word_wrap (1.0.0)
270-
xcodeproj (1.23.0)
282+
xcodeproj (1.27.0)
271283
CFPropertyList (>= 2.3.3, < 4.0)
272284
atomos (~> 0.1.3)
273285
claide (>= 1.0.2, < 2.0)
274286
colored2 (~> 3.1)
275-
nanaimo (~> 0.3.0)
276-
rexml (~> 3.2.4)
277-
xcpretty (0.3.0)
278-
rouge (~> 2.0.7)
287+
nanaimo (~> 0.4.0)
288+
rexml (>= 3.3.6, < 4.0)
289+
xcpretty (0.4.1)
290+
rouge (~> 3.28.0)
279291
xcpretty-travis-formatter (1.0.1)
280292
xcpretty (~> 0.2, >= 0.0.7)
281293

0 commit comments

Comments
 (0)