Skip to content

Commit 9197667

Browse files
committed
Point release-toolkit to app-size-metrics branch
1 parent 6ebf070 commit 9197667

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
2-
remote: git@github.com:wordpress-mobile/release-toolkit.git
3-
revision: ee92ff145fa4c2d1782d2b60cacbba97f2c94b54
4-
branch: trunk
2+
remote: git@github.com:wordpress-mobile/release-toolkit
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.1)
27+
activesupport (5.2.8)
2728
concurrent-ruby (~> 1.0, >= 1.0.2)
2829
i18n (>= 0.7, < 2)
2930
minitest (~> 5.1)
@@ -198,7 +199,7 @@ GEM
198199
multipart-post (2.0.0)
199200
nanaimo (0.3.0)
200201
naturally (2.2.1)
201-
nokogiri (1.13.4)
202+
nokogiri (1.13.6)
202203
mini_portile2 (~> 2.8.0)
203204
racc (~> 1.4)
204205
octokit (4.22.0)

fastlane/Pluginfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ group :screenshots, optional: true do
66
gem 'rmagick', '~> 4.1'
77
end
88

9-
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit.git', branch: 'trunk'
9+
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit.git', branch: 'trunk'
10+
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: 'app-size-metrics'
1011
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'

0 commit comments

Comments
 (0)