Skip to content

Commit 279ecf3

Browse files
committed
Point release-toolkit to app-size-metrics branch
1 parent f2ca60c commit 279ecf3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: git@github.com:wordpress-mobile/release-toolkit
3-
revision: 329effd14e4176817d28ff5b97f35ea84a19c69e
4-
branch: trunk
3+
revision: 49e0c21b5cf51ed523d10bc69070df079d8aea7c
4+
branch: app-size-metrics
55
specs:
66
fastlane-plugin-wpmreleasetoolkit (4.1.0)
77
activesupport (~> 5)
@@ -14,6 +14,7 @@ GIT
1414
nokogiri (~> 1.11)
1515
octokit (~> 4.18)
1616
parallel (~> 1.14)
17+
plist (~> 3.1)
1718
progress_bar (~> 1.3)
1819
rake (>= 12.3, < 14.0)
1920
rake-compiler (~> 1.0)
@@ -23,7 +24,7 @@ GEM
2324
specs:
2425
CFPropertyList (3.0.5)
2526
rexml
26-
activesupport (5.2.7)
27+
activesupport (5.2.8)
2728
concurrent-ruby (~> 1.0, >= 1.0.2)
2829
i18n (>= 0.7, < 2)
2930
minitest (~> 5.1)

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :screenshots, optional: true do
77
end
88

99
# This comment avoids typing to switch to a development version for testing.
10-
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: 'trunk'
10+
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: 'app-size-metrics'
1111
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
1212

1313
gem 'fastlane-plugin-sentry'

0 commit comments

Comments
 (0)