Skip to content

Commit 5668636

Browse files
[CI] Bump xcsize plugin version (#993)
1 parent 98dc9d7 commit 5668636

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ GEM
214214
fastlane-plugin-stream_actions (0.3.101)
215215
xctest_list (= 1.2.1)
216216
fastlane-plugin-versioning (0.7.1)
217-
fastlane-plugin-xcsize (1.1.0)
218-
xcsize (= 1.1.0)
217+
fastlane-plugin-xcsize (1.2.0)
218+
xcsize (= 1.2.0)
219219
fastlane-sirp (1.0.0)
220220
sysrandom (~> 1.0)
221221
ffi (1.17.2)
@@ -418,7 +418,7 @@ GEM
418418
rouge (~> 3.28.0)
419419
xcpretty-travis-formatter (1.0.1)
420420
xcpretty (~> 0.2, >= 0.0.7)
421-
xcsize (1.1.0)
421+
xcsize (1.2.0)
422422
commander (>= 4.6, < 6.0)
423423
xctest_list (1.2.1)
424424

@@ -435,7 +435,7 @@ DEPENDENCIES
435435
fastlane-plugin-lizard
436436
fastlane-plugin-stream_actions (= 0.3.101)
437437
fastlane-plugin-versioning
438-
fastlane-plugin-xcsize (= 1.1.0)
438+
fastlane-plugin-xcsize (= 1.2.0)
439439
json
440440
lefthook
441441
plist

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gem 'fastlane-plugin-versioning'
22
gem 'fastlane-plugin-create_xcframework'
33
gem 'fastlane-plugin-stream_actions', '0.3.101'
4-
gem 'fastlane-plugin-xcsize', '1.1.0'
4+
gem 'fastlane-plugin-xcsize', '1.2.0'

0 commit comments

Comments
 (0)