File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
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
5
5
specs:
6
6
fastlane-plugin-wpmreleasetoolkit (4.1.0 )
7
7
activesupport (~> 5 )
14
14
nokogiri (~> 1.11 )
15
15
octokit (~> 4.18 )
16
16
parallel (~> 1.14 )
17
+ plist (~> 3.1 )
17
18
progress_bar (~> 1.3 )
18
19
rake (>= 12.3 , < 14.0 )
19
20
rake-compiler (~> 1.0 )
23
24
specs:
24
25
CFPropertyList (3.0.5 )
25
26
rexml
26
- activesupport (5.2.7.1 )
27
+ activesupport (5.2.8 )
27
28
concurrent-ruby (~> 1.0 , >= 1.0.2 )
28
29
i18n (>= 0.7 , < 2 )
29
30
minitest (~> 5.1 )
198
199
multipart-post (2.0.0 )
199
200
nanaimo (0.3.0 )
200
201
naturally (2.2.1 )
201
- nokogiri (1.13.4 )
202
+ nokogiri (1.13.6 )
202
203
mini_portile2 (~> 2.8.0 )
203
204
racc (~> 1.4 )
204
205
octokit (4.22.0 )
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ group :screenshots, optional: true do
6
6
gem 'rmagick', '~> 4.1'
7
7
end
8
8
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'
10
11
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
You can’t perform that action at this time.
0 commit comments