File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- GIT
2- remote: git@github.com:wordpress-mobile/release-toolkit
3- revision: c198441d2050c52714d40c8791d0020bd1c4f752
4- branch: trunk
5- specs:
6- fastlane-plugin-wpmreleasetoolkit (2.3.0 )
7- activesupport (~> 5 )
8- bigdecimal (~> 1.4 )
9- buildkit (~> 1.4 )
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- progress_bar (~> 1.3 )
18- rake (>= 12.3 , < 14.0 )
19- rake-compiler (~> 1.0 )
20-
211GEM
222 remote: https://rubygems.org/
233 specs:
183163 xcpretty-travis-formatter (>= 0.0.3 )
184164 fastlane-plugin-appcenter (1.11.0 )
185165 fastlane-plugin-sentry (1.8.1 )
166+ fastlane-plugin-wpmreleasetoolkit (3.0.0 )
167+ activesupport (~> 5 )
168+ bigdecimal (~> 1.4 )
169+ buildkit (~> 1.4 )
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 )
186180 ffi (1.15.5 )
187181 fourflusher (2.3.1 )
188182 fuzzy_match (2.0.4 )
@@ -340,11 +334,11 @@ DEPENDENCIES
340334 fastlane (~> 2.174 )
341335 fastlane-plugin-appcenter (~> 1.8 )
342336 fastlane-plugin-sentry
343- fastlane-plugin-wpmreleasetoolkit !
337+ fastlane-plugin-wpmreleasetoolkit ( ~> 3.0 )
344338 octokit (~> 4.0 )
345339 rake
346340 rmagick (~> 3.2.0 )
347341 xcpretty-travis-formatter
348342
349343BUNDLED WITH
350- 2.2.33
344+ 2.3.6
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ group :screenshots, optional: true do
77end
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 '
11- # gem 'fastlane-plugin-wpmreleasetoolkit', '~> 2.3 '
10+ # gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: ''
11+ gem 'fastlane-plugin-wpmreleasetoolkit', '~> 3.0 '
1212
1313gem 'fastlane-plugin-sentry'
1414gem 'fastlane-plugin-appcenter', '~> 1.8'
You can’t perform that action at this time.
0 commit comments