Skip to content

Commit 732dd0e

Browse files
committed
Revert "Temporarily point release-toolkit to trunk"
This reverts commit b419bb9. We don't want WordPress' `trunk` to be on a non-stable version of the toolkit.
1 parent 3281fcb commit 732dd0e

File tree

2 files changed

+20
-29
lines changed

2 files changed

+20
-29
lines changed

Gemfile.lock

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
1-
GIT
2-
remote: git@github.com:wordpress-mobile/release-toolkit
3-
revision: 711e7f79d5b7c38018925dc6ce9d9fe31d327f9f
4-
branch: trunk
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-
progress_bar (~> 1.3)
18-
rake (>= 12.3, < 14.0)
19-
rake-compiler (~> 1.0)
20-
211
GEM
222
remote: https://rubygems.org/
233
specs:
244
CFPropertyList (3.0.5)
255
rexml
26-
activesupport (5.2.7.1)
6+
activesupport (5.2.7)
277
concurrent-ruby (~> 1.0, >= 1.0.2)
288
i18n (>= 0.7, < 2)
299
minitest (~> 5.1)
@@ -183,6 +163,20 @@ GEM
183163
xcpretty-travis-formatter (>= 0.0.3)
184164
fastlane-plugin-appcenter (1.11.1)
185165
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)
186180
ffi (1.15.4)
187181
fourflusher (2.3.1)
188182
fuzzy_match (2.0.4)
@@ -251,7 +245,7 @@ GEM
251245
nap (1.1.0)
252246
naturally (2.2.1)
253247
netrc (0.11.0)
254-
nokogiri (1.13.5)
248+
nokogiri (1.13.4)
255249
mini_portile2 (~> 2.8.0)
256250
racc (~> 1.4)
257251
octokit (4.22.0)
@@ -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 (~> 4.1)
344338
octokit (~> 4.0)
345339
rake
346340
rmagick (~> 3.2.0)
347341
xcpretty-travis-formatter
348342

349343
BUNDLED WITH
350-
2.3.9
344+
2.3.8

fastlane/Pluginfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ group :screenshots, optional: true do
77
end
88

99
# This comment avoids typing to switch to a development version for testing.
10-
#
11-
# Temporarily switch to the library's `trunk` to play nice with a stricter GlotPress.
12-
# This will be revereted before merging into `trunk`.
13-
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: 'trunk'
14-
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
10+
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit', branch: ''
11+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
1512

1613
gem 'fastlane-plugin-sentry'
1714
gem 'fastlane-plugin-appcenter', '~> 1.8'

0 commit comments

Comments
 (0)