Skip to content

Commit 57261bb

Browse files
[CI] Bump xcsize plugin version (#1045)
1 parent 9d0945a commit 57261bb

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
@@ -211,8 +211,8 @@ GEM
211211
fastlane-plugin-stream_actions (0.3.101)
212212
xctest_list (= 1.2.1)
213213
fastlane-plugin-versioning (0.7.1)
214-
fastlane-plugin-xcsize (1.1.0)
215-
xcsize (= 1.1.0)
214+
fastlane-plugin-xcsize (1.2.0)
215+
xcsize (= 1.2.0)
216216
fastlane-sirp (1.0.0)
217217
sysrandom (~> 1.0)
218218
ffi (1.17.2)
@@ -415,7 +415,7 @@ GEM
415415
rouge (~> 3.28.0)
416416
xcpretty-travis-formatter (1.0.1)
417417
xcpretty (~> 0.2, >= 0.0.7)
418-
xcsize (1.1.0)
418+
xcsize (1.2.0)
419419
commander (>= 4.6, < 6.0)
420420
xctest_list (1.2.1)
421421

@@ -432,7 +432,7 @@ DEPENDENCIES
432432
fastlane-plugin-sonarcloud_metric_kit
433433
fastlane-plugin-stream_actions (= 0.3.101)
434434
fastlane-plugin-versioning
435-
fastlane-plugin-xcsize (= 1.1.0)
435+
fastlane-plugin-xcsize (= 1.2.0)
436436
json
437437
lefthook
438438
plist

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem 'fastlane-plugin-versioning'
66
gem 'fastlane-plugin-sonarcloud_metric_kit'
77
gem 'fastlane-plugin-create_xcframework'
88
gem 'fastlane-plugin-stream_actions', '0.3.101'
9-
gem 'fastlane-plugin-xcsize', '1.1.0'
9+
gem 'fastlane-plugin-xcsize', '1.2.0'

0 commit comments

Comments
 (0)