Skip to content

Commit ab608c6

Browse files
committed
[308] Update fastlane actions
1 parent 466a280 commit ab608c6

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.1)
6+
activesupport (6.1.7.2)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -18,16 +18,16 @@ GEM
1818
ast (2.4.2)
1919
atomos (0.1.3)
2020
aws-eventstream (1.2.0)
21-
aws-partitions (1.698.0)
22-
aws-sdk-core (3.169.0)
21+
aws-partitions (1.707.0)
22+
aws-sdk-core (3.170.0)
2323
aws-eventstream (~> 1, >= 1.0.2)
2424
aws-partitions (~> 1, >= 1.651.0)
2525
aws-sigv4 (~> 1.5)
2626
jmespath (~> 1, >= 1.6.1)
2727
aws-sdk-kms (1.62.0)
2828
aws-sdk-core (~> 3, >= 3.165.0)
2929
aws-sigv4 (~> 1.1)
30-
aws-sdk-s3 (1.118.0)
30+
aws-sdk-s3 (1.119.0)
3131
aws-sdk-core (~> 3, >= 3.165.0)
3232
aws-sdk-kms (~> 1)
3333
aws-sigv4 (~> 1.4)
@@ -85,12 +85,12 @@ GEM
8585
concurrent-ruby (1.2.0)
8686
cork (0.3.0)
8787
colored2 (~> 3.1)
88-
danger (9.1.0)
88+
danger (9.2.0)
8989
claide (~> 1.0)
9090
claide-plugins (>= 0.9.2)
9191
colored2 (~> 3.1)
9292
cork (~> 0.1)
93-
faraday (>= 0.9.0, < 2.0)
93+
faraday (>= 0.9.0, < 3.0)
9494
faraday-http-cache (~> 2.0)
9595
git (~> 1.7)
9696
kramdown (~> 2.3)
@@ -112,7 +112,7 @@ GEM
112112
escape (0.0.4)
113113
ethon (0.16.0)
114114
ffi (>= 1.15.0)
115-
excon (0.97.2)
115+
excon (0.99.0)
116116
faraday (1.10.3)
117117
faraday-em_http (~> 1.0)
118118
faraday-em_synchrony (~> 1.0)
@@ -190,18 +190,18 @@ GEM
190190
fastlane
191191
pry
192192
fastlane-plugin-sonarcloud_metric_kit (0.2.1)
193-
fastlane-plugin-stream_actions (0.1.24)
193+
fastlane-plugin-stream_actions (0.2.0)
194194
fastlane-plugin-versioning (0.5.1)
195195
ffi (1.15.5)
196196
fourflusher (2.3.1)
197197
fuzzy_match (2.0.4)
198198
gh_inspector (1.1.3)
199-
git (1.13.1)
199+
git (1.13.2)
200200
addressable (~> 2.8)
201201
rchardet (~> 1.8)
202-
google-apis-androidpublisher_v3 (0.32.0)
202+
google-apis-androidpublisher_v3 (0.33.0)
203203
google-apis-core (>= 0.9.1, < 2.a)
204-
google-apis-core (0.9.5)
204+
google-apis-core (0.10.0)
205205
addressable (~> 2.5, >= 2.5.1)
206206
googleauth (>= 0.16.2, < 2.a)
207207
httpclient (>= 2.8.1, < 3.a)
@@ -255,7 +255,7 @@ GEM
255255
xcinvoke (~> 0.3.0)
256256
jmespath (1.6.2)
257257
json (2.6.3)
258-
jwt (2.6.0)
258+
jwt (2.7.0)
259259
kramdown (2.4.0)
260260
rexml
261261
kramdown-parser-gfm (1.1.0)
@@ -278,7 +278,7 @@ GEM
278278
naturally (2.2.1)
279279
netrc (0.11.0)
280280
no_proxy_fix (0.1.2)
281-
nokogiri (1.14.0)
281+
nokogiri (1.14.1)
282282
mini_portile2 (~> 2.8.0)
283283
racc (~> 1.4)
284284
octokit (5.6.1)
@@ -302,7 +302,7 @@ GEM
302302
rainbow (3.1.1)
303303
rake (13.0.6)
304304
rchardet (1.8.0)
305-
redcarpet (3.5.1)
305+
redcarpet (3.6.0)
306306
regexp_parser (2.6.2)
307307
representable (3.2.0)
308308
declarative (< 0.1.0)
@@ -323,7 +323,7 @@ GEM
323323
unicode-display_width (>= 1.4.0, < 3.0)
324324
rubocop-ast (1.24.1)
325325
parser (>= 3.1.1.0)
326-
rubocop-performance (1.15.2)
326+
rubocop-performance (1.16.0)
327327
rubocop (>= 1.7.0, < 2.0)
328328
rubocop-ast (>= 0.4.0)
329329
rubocop-require_tools (0.1.2)
@@ -343,7 +343,7 @@ GEM
343343
faraday (>= 0.17.5, < 3.a)
344344
jwt (>= 1.5, < 3.0)
345345
multi_json (~> 1.10)
346-
simctl (1.6.8)
346+
simctl (1.6.10)
347347
CFPropertyList
348348
naturally
349349
sinatra (3.0.5)
@@ -370,14 +370,14 @@ GEM
370370
tty-cursor (~> 0.7)
371371
typhoeus (1.4.0)
372372
ethon (>= 0.9.0)
373-
tzinfo (2.0.5)
373+
tzinfo (2.0.6)
374374
concurrent-ruby (~> 1.0)
375375
uber (0.1.0)
376376
unf (0.1.4)
377377
unf_ext
378378
unf_ext (0.0.8.2)
379379
unicode-display_width (1.8.0)
380-
webrick (1.7.0)
380+
webrick (1.8.1)
381381
word_wrap (1.0.0)
382382
xcinvoke (0.3.0)
383383
liferaft (~> 0.0.6)
@@ -409,7 +409,7 @@ DEPENDENCIES
409409
fastlane-plugin-emerge
410410
fastlane-plugin-lizard
411411
fastlane-plugin-sonarcloud_metric_kit
412-
fastlane-plugin-stream_actions (= 0.1.24)
412+
fastlane-plugin-stream_actions (= 0.2.0)
413413
fastlane-plugin-versioning
414414
jazzy
415415
json

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ lane :test_e2e_mock do |options|
143143
scan(scan_options.merge(clean: true, build_for_testing: build_for_testing))
144144

145145
if build_for_testing
146+
prepare_simulator(device: device, reset: true)
146147
parallelize_tests_on_ci(
147148
scan: scan_options,
148149
derived_data: lane_context[SharedValues::SCAN_DERIVED_DATA_PATH],

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
gem 'fastlane-plugin-versioning'
66
gem 'fastlane-plugin-emerge'
77
gem 'fastlane-plugin-sonarcloud_metric_kit'
8-
gem 'fastlane-plugin-stream_actions', '0.1.24'
8+
gem 'fastlane-plugin-stream_actions', '0.2.0'

0 commit comments

Comments
 (0)