Skip to content

Commit 37a0158

Browse files
authored
chore: bump fastlane to 2.235.0 and xcpretty to 0.4.1 (#4226)
1 parent 47c9ed6 commit 37a0158

2 files changed

Lines changed: 107 additions & 92 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'xcpretty', '0.3.0'
6-
gem 'fastlane', '2.205.1'
5+
gem 'xcpretty', '0.4.1'
6+
gem 'fastlane', '2.235.0'
77
gem 'jazzy', '0.15.1'
88
eval_gemfile('fastlane/Pluginfile')
99

Gemfile.lock

Lines changed: 105 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
CFPropertyList (3.0.7)
13-
base64
14-
nkf
15-
rexml
12+
CFPropertyList (3.0.8)
13+
abbrev (0.1.2)
1614
activesupport (7.2.3.1)
1715
base64
1816
benchmark (>= 0.3)
@@ -30,31 +28,31 @@ GEM
3028
algoliasearch (1.27.5)
3129
httpclient (~> 2.8, >= 2.8.3)
3230
json (>= 1.5.1)
33-
artifactory (3.0.15)
31+
artifactory (3.0.17)
3432
atomos (0.1.3)
3533
aws-eventstream (1.4.0)
36-
aws-partitions (1.1196.0)
37-
aws-sdk-core (3.240.0)
34+
aws-partitions (1.1255.0)
35+
aws-sdk-core (3.250.0)
3836
aws-eventstream (~> 1, >= 1.3.0)
3937
aws-partitions (~> 1, >= 1.992.0)
4038
aws-sigv4 (~> 1.9)
4139
base64
4240
bigdecimal
4341
jmespath (~> 1, >= 1.6.1)
4442
logger
45-
aws-sdk-kms (1.118.0)
46-
aws-sdk-core (~> 3, >= 3.239.1)
43+
aws-sdk-kms (1.128.0)
44+
aws-sdk-core (~> 3, >= 3.248.0)
4745
aws-sigv4 (~> 1.5)
48-
aws-sdk-s3 (1.208.0)
49-
aws-sdk-core (~> 3, >= 3.234.0)
46+
aws-sdk-s3 (1.224.0)
47+
aws-sdk-core (~> 3, >= 3.248.0)
5048
aws-sdk-kms (~> 1)
5149
aws-sigv4 (~> 1.5)
5250
aws-sigv4 (1.12.1)
5351
aws-eventstream (~> 1, >= 1.0.2)
5452
babosa (1.0.4)
5553
base64 (0.3.0)
5654
benchmark (0.5.0)
57-
bigdecimal (4.0.1)
55+
bigdecimal (4.1.2)
5856
claide (1.1.0)
5957
cocoapods (1.15.2)
6058
addressable (~> 2.8)
@@ -99,18 +97,18 @@ GEM
9997
highline (~> 2.0.0)
10098
concurrent-ruby (1.3.6)
10199
connection_pool (3.0.2)
100+
csv (3.3.5)
102101
declarative (0.0.20)
103-
digest-crc (0.6.4)
102+
digest-crc (0.7.0)
104103
rake (>= 12.0.0, < 14.0.0)
105-
domain_name (0.5.20190701)
106-
unf (>= 0.0.5, < 1.0.0)
104+
domain_name (0.6.20240107)
107105
dotenv (2.8.1)
108106
drb (2.2.3)
109107
emoji_regex (3.2.3)
110108
escape (0.0.4)
111109
ethon (0.16.0)
112110
ffi (>= 1.15.0)
113-
excon (0.99.0)
111+
excon (0.112.0)
114112
faraday (1.10.5)
115113
faraday-em_http (~> 1.0)
116114
faraday-em_synchrony (~> 1.0)
@@ -123,9 +121,9 @@ GEM
123121
faraday-rack (~> 1.0)
124122
faraday-retry (~> 1.0)
125123
ruby2_keywords (>= 0.0.4)
126-
faraday-cookie_jar (0.0.7)
124+
faraday-cookie_jar (0.0.8)
127125
faraday (>= 0.8.0)
128-
http-cookie (~> 1.0.0)
126+
http-cookie (>= 1.0.0)
129127
faraday-em_http (1.0.0)
130128
faraday-em_synchrony (1.0.1)
131129
faraday-excon (1.1.0)
@@ -136,93 +134,111 @@ GEM
136134
faraday-net_http_persistent (1.2.0)
137135
faraday-patron (1.0.0)
138136
faraday-rack (1.0.0)
139-
faraday-retry (1.0.3)
140-
faraday_middleware (1.2.0)
137+
faraday-retry (1.0.4)
138+
faraday_middleware (1.2.1)
141139
faraday (~> 1.0)
142-
fastimage (2.2.6)
143-
fastlane (2.205.1)
144-
CFPropertyList (>= 2.3, < 4.0.0)
140+
fastimage (2.4.1)
141+
fastlane (2.235.0)
142+
CFPropertyList (>= 2.3, < 5.0.0)
143+
abbrev (~> 0.1)
145144
addressable (>= 2.8, < 3.0.0)
146145
artifactory (~> 3.0)
147-
aws-sdk-s3 (~> 1.0)
146+
aws-sdk-s3 (~> 1.197)
148147
babosa (>= 1.0.3, < 2.0.0)
149-
bundler (>= 1.12.0, < 3.0.0)
150-
colored
148+
base64 (~> 0.2)
149+
benchmark (>= 0.1.0)
150+
bundler (>= 2.4.0, < 5.0.0)
151+
colored (~> 1.2)
151152
commander (~> 4.6)
153+
csv (~> 3.3)
152154
dotenv (>= 2.1.1, < 3.0.0)
153155
emoji_regex (>= 0.1, < 4.0)
154156
excon (>= 0.71.0, < 1.0.0)
155157
faraday (~> 1.0)
156158
faraday-cookie_jar (~> 0.0.6)
157159
faraday_middleware (~> 1.0)
158160
fastimage (>= 2.1.0, < 3.0.0)
161+
fastlane-sirp (>= 1.1.0)
159162
gh_inspector (>= 1.1.2, < 2.0.0)
160163
google-apis-androidpublisher_v3 (~> 0.3)
161164
google-apis-playcustomapp_v1 (~> 0.1)
165+
google-cloud-env (>= 1.6.0, < 2.3.0)
162166
google-cloud-storage (~> 1.31)
163167
highline (~> 2.0)
168+
http-cookie (~> 1.0.5)
164169
json (< 3.0.0)
165-
jwt (>= 2.1.0, < 3)
170+
jwt (>= 2.1.0, < 4)
171+
logger (>= 1.6, < 2.0)
166172
mini_magick (>= 4.9.4, < 5.0.0)
167-
multipart-post (~> 2.0.0)
173+
multipart-post (>= 2.0.0, < 3.0.0)
174+
mutex_m (~> 0.3)
168175
naturally (~> 2.2)
169-
optparse (~> 0.1.1)
176+
nkf (~> 0.2)
177+
optparse (>= 0.1.1, < 1.0.0)
178+
ostruct (>= 0.1.0)
170179
plist (>= 3.1.0, < 4.0.0)
171180
rubyzip (>= 2.0.0, < 3.0.0)
172-
security (= 0.1.3)
181+
security (= 0.1.5)
173182
simctl (~> 1.6.3)
174183
terminal-notifier (>= 2.0.0, < 3.0.0)
175-
terminal-table (>= 1.4.5, < 2.0.0)
184+
terminal-table (~> 3)
176185
tty-screen (>= 0.6.3, < 1.0.0)
177186
tty-spinner (>= 0.8.0, < 1.0.0)
178187
word_wrap (~> 1.0.0)
179188
xcodeproj (>= 1.13.0, < 2.0.0)
180-
xcpretty (~> 0.3.0)
181-
xcpretty-travis-formatter (>= 0.0.3)
189+
xcpretty (~> 0.4.1)
190+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
191+
fastlane-sirp (1.1.0)
182192
ffi (1.17.0)
183193
fourflusher (2.3.1)
184194
fuzzy_match (2.0.4)
185195
gh_inspector (1.1.3)
186-
google-apis-androidpublisher_v3 (0.33.0)
187-
google-apis-core (>= 0.9.1, < 2.a)
188-
google-apis-core (0.11.3)
196+
google-apis-androidpublisher_v3 (0.101.0)
197+
google-apis-core (>= 0.15.0, < 2.a)
198+
google-apis-core (0.18.0)
189199
addressable (~> 2.5, >= 2.5.1)
190-
googleauth (>= 0.16.2, < 2.a)
191-
httpclient (>= 2.8.1, < 3.a)
200+
googleauth (~> 1.9)
201+
httpclient (>= 2.8.3, < 3.a)
192202
mini_mime (~> 1.0)
203+
mutex_m
193204
representable (~> 3.0)
194205
retriable (>= 2.0, < 4.a)
195-
rexml
196-
google-apis-iamcredentials_v1 (0.16.0)
197-
google-apis-core (>= 0.9.1, < 2.a)
198-
google-apis-playcustomapp_v1 (0.12.0)
199-
google-apis-core (>= 0.9.1, < 2.a)
200-
google-apis-storage_v1 (0.19.0)
201-
google-apis-core (>= 0.9.0, < 2.a)
202-
google-cloud-core (1.6.0)
203-
google-cloud-env (~> 1.0)
206+
google-apis-iamcredentials_v1 (0.27.0)
207+
google-apis-core (>= 0.15.0, < 2.a)
208+
google-apis-playcustomapp_v1 (0.17.0)
209+
google-apis-core (>= 0.15.0, < 2.a)
210+
google-apis-storage_v1 (0.63.0)
211+
google-apis-core (>= 0.15.0, < 2.a)
212+
google-cloud-core (1.8.0)
213+
google-cloud-env (>= 1.0, < 3.a)
204214
google-cloud-errors (~> 1.0)
205-
google-cloud-env (1.6.0)
206-
faraday (>= 0.17.3, < 3.0)
207-
google-cloud-errors (1.3.0)
208-
google-cloud-storage (1.44.0)
215+
google-cloud-env (2.2.2)
216+
base64 (~> 0.2)
217+
faraday (>= 1.0, < 3.a)
218+
google-cloud-errors (1.6.0)
219+
google-cloud-storage (1.60.0)
209220
addressable (~> 2.8)
210221
digest-crc (~> 0.4)
211-
google-apis-iamcredentials_v1 (~> 0.1)
212-
google-apis-storage_v1 (~> 0.19.0)
222+
google-apis-core (>= 0.18, < 2)
223+
google-apis-iamcredentials_v1 (~> 0.18)
224+
google-apis-storage_v1 (>= 0.42)
213225
google-cloud-core (~> 1.6)
214-
googleauth (>= 0.16.2, < 2.a)
226+
googleauth (~> 1.9)
215227
mini_mime (~> 1.0)
216-
googleauth (1.8.1)
217-
faraday (>= 0.17.3, < 3.a)
218-
jwt (>= 1.4, < 3.0)
228+
google-logging-utils (0.2.0)
229+
googleauth (1.16.2)
230+
faraday (>= 1.0, < 3.a)
231+
google-cloud-env (~> 2.2)
232+
google-logging-utils (~> 0.1)
233+
jwt (>= 1.4, < 4.0)
219234
multi_json (~> 1.11)
220235
os (>= 0.9, < 2.0)
221236
signet (>= 0.16, < 2.a)
222237
highline (2.0.3)
223-
http-cookie (1.0.5)
238+
http-cookie (1.0.8)
224239
domain_name (~> 0.5)
225-
httpclient (2.8.3)
240+
httpclient (2.9.0)
241+
mutex_m
226242
i18n (1.14.8)
227243
concurrent-ruby (~> 1.0)
228244
jazzy (0.15.1)
@@ -236,95 +252,94 @@ GEM
236252
sqlite3 (~> 1.3)
237253
xcinvoke (~> 0.3.0)
238254
jmespath (1.6.2)
239-
json (2.6.3)
240-
jwt (2.9.1)
255+
json (2.19.7)
256+
jwt (3.2.0)
241257
base64
242258
liferaft (0.0.6)
243259
logger (1.7.0)
244-
mini_magick (4.12.0)
260+
mini_magick (4.13.2)
245261
mini_mime (1.1.5)
246262
mini_portile2 (2.8.7)
247263
minitest (5.27.0)
248264
molinillo (0.8.0)
249-
multi_json (1.15.0)
250-
multipart-post (2.0.0)
265+
multi_json (1.21.1)
266+
multipart-post (2.4.1)
251267
mustache (1.1.1)
252-
nanaimo (0.3.0)
268+
mutex_m (0.3.0)
269+
nanaimo (0.4.0)
253270
nap (1.1.0)
254-
naturally (2.2.1)
271+
naturally (2.3.0)
255272
netrc (0.11.0)
256273
nkf (0.2.0)
257274
open4 (1.3.4)
258-
optparse (0.1.1)
275+
optparse (0.8.1)
259276
os (1.1.4)
260-
plist (3.6.0)
277+
ostruct (0.6.3)
278+
plist (3.7.2)
261279
public_suffix (4.0.7)
262-
rake (13.0.6)
280+
rake (13.4.2)
263281
redcarpet (3.6.0)
264282
representable (3.2.0)
265283
declarative (< 0.1.0)
266284
trailblazer-option (>= 0.1.1, < 0.2.0)
267285
uber (< 0.2.0)
268-
retriable (3.1.2)
269-
rexml (3.4.2)
270-
rouge (2.0.7)
286+
retriable (3.8.0)
287+
rexml (3.4.4)
288+
rouge (3.28.0)
271289
ruby-macho (2.5.1)
272290
ruby2_keywords (0.0.5)
273-
rubyzip (2.3.2)
291+
rubyzip (2.4.1)
274292
sassc (2.4.0)
275293
ffi (~> 1.9)
276294
securerandom (0.4.1)
277-
security (0.1.3)
278-
signet (0.19.0)
295+
security (0.1.5)
296+
signet (0.21.0)
279297
addressable (~> 2.8)
280298
faraday (>= 0.17.5, < 3.a)
281-
jwt (>= 1.5, < 3.0)
299+
jwt (>= 1.5, < 4.0)
282300
multi_json (~> 1.10)
283301
simctl (1.6.10)
284302
CFPropertyList
285303
naturally
286304
sqlite3 (1.7.3)
287305
mini_portile2 (~> 2.8.0)
288306
terminal-notifier (2.0.0)
289-
terminal-table (1.8.0)
290-
unicode-display_width (~> 1.1, >= 1.1.1)
307+
terminal-table (3.0.2)
308+
unicode-display_width (>= 1.1.1, < 3)
291309
trailblazer-option (0.1.2)
292310
tty-cursor (0.7.1)
293-
tty-screen (0.8.1)
311+
tty-screen (0.8.2)
294312
tty-spinner (0.9.3)
295313
tty-cursor (~> 0.7)
296314
typhoeus (1.4.1)
297315
ethon (>= 0.9.0)
298316
tzinfo (2.0.6)
299317
concurrent-ruby (~> 1.0)
300318
uber (0.1.0)
301-
unf (0.1.4)
302-
unf_ext
303-
unf_ext (0.0.8.2)
304-
unicode-display_width (1.8.0)
319+
unicode-display_width (2.6.0)
305320
word_wrap (1.0.0)
306321
xcinvoke (0.3.0)
307322
liferaft (~> 0.0.6)
308-
xcodeproj (1.25.0)
323+
xcodeproj (1.27.0)
309324
CFPropertyList (>= 2.3.3, < 4.0)
310325
atomos (~> 0.1.3)
311326
claide (>= 1.0.2, < 2.0)
312327
colored2 (~> 3.1)
313-
nanaimo (~> 0.3.0)
314-
rexml (>= 3.3.2, < 4.0)
315-
xcpretty (0.3.0)
316-
rouge (~> 2.0.7)
328+
nanaimo (~> 0.4.0)
329+
rexml (>= 3.3.6, < 4.0)
330+
xcpretty (0.4.1)
331+
rouge (~> 3.28.0)
317332
xcpretty-travis-formatter (1.0.1)
318333
xcpretty (~> 0.2, >= 0.0.7)
319334

320335
PLATFORMS
321336
ruby
322337

323338
DEPENDENCIES
324-
fastlane (= 2.205.1)
339+
fastlane (= 2.235.0)
325340
fastlane-plugin-release_actions!
326341
jazzy (= 0.15.1)
327-
xcpretty (= 0.3.0)
342+
xcpretty (= 0.4.1)
328343

329344
BUNDLED WITH
330345
2.5.22

0 commit comments

Comments
 (0)