Skip to content

Commit c3f33ab

Browse files
committed
Point release-toolkit to app-size-metrics branch
1 parent a9785ad commit c3f33ab

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

Gemfile.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
GIT
2+
remote: git@github.com:wordpress-mobile/release-toolkit
3+
revision: 220fd77fe8e5c22e9ba0927a1fcdca26c6ac0b32
4+
branch: app-size-metrics
5+
specs:
6+
fastlane-plugin-wpmreleasetoolkit (4.1.0)
7+
activesupport (~> 5)
8+
bigdecimal (~> 1.4)
9+
buildkit (~> 1.5)
10+
chroma (= 0.2.0)
11+
diffy (~> 3.3)
12+
git (~> 1.3)
13+
jsonlint (~> 0.3)
14+
nokogiri (~> 1.11)
15+
octokit (~> 4.18)
16+
parallel (~> 1.14)
17+
plist (~> 3.1)
18+
progress_bar (~> 1.3)
19+
rake (>= 12.3, < 14.0)
20+
rake-compiler (~> 1.0)
21+
122
GEM
223
remote: https://rubygems.org/
324
specs:
@@ -163,20 +184,6 @@ GEM
163184
xcpretty-travis-formatter (>= 0.0.3)
164185
fastlane-plugin-appcenter (1.11.1)
165186
fastlane-plugin-sentry (1.11.0)
166-
fastlane-plugin-wpmreleasetoolkit (4.1.0)
167-
activesupport (~> 5)
168-
bigdecimal (~> 1.4)
169-
buildkit (~> 1.5)
170-
chroma (= 0.2.0)
171-
diffy (~> 3.3)
172-
git (~> 1.3)
173-
jsonlint (~> 0.3)
174-
nokogiri (~> 1.11)
175-
octokit (~> 4.18)
176-
parallel (~> 1.14)
177-
progress_bar (~> 1.3)
178-
rake (>= 12.3, < 14.0)
179-
rake-compiler (~> 1.0)
180187
ffi (1.15.4)
181188
fourflusher (2.3.1)
182189
fuzzy_match (2.0.4)
@@ -245,7 +252,7 @@ GEM
245252
nap (1.1.0)
246253
naturally (2.2.1)
247254
netrc (0.11.0)
248-
nokogiri (1.13.4)
255+
nokogiri (1.13.6)
249256
mini_portile2 (~> 2.8.0)
250257
racc (~> 1.4)
251258
octokit (4.22.0)
@@ -334,7 +341,7 @@ DEPENDENCIES
334341
fastlane (~> 2.174)
335342
fastlane-plugin-appcenter (~> 1.8)
336343
fastlane-plugin-sentry
337-
fastlane-plugin-wpmreleasetoolkit (~> 4.1)
344+
fastlane-plugin-wpmreleasetoolkit!
338345
octokit (~> 4.0)
339346
rake
340347
rmagick (~> 3.2.0)

fastlane/Pluginfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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: ''
11-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
10+
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: 'app-size-metrics'
11+
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
1212

1313
gem 'fastlane-plugin-sentry'
1414
gem 'fastlane-plugin-appcenter', '~> 1.8'

0 commit comments

Comments
 (0)