Skip to content

Commit 0b6e1c1

Browse files
committed
Point Fastlane Pluginfile to remote branch for release toolkit
1 parent 0b1ba82 commit 0b6e1c1

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

Gemfile.lock

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
GIT
2+
remote: [email protected]:wordpress-mobile/release-toolkit
3+
revision: d204c8e772cd2c1cde855c06f0baab8d0be4aa9a
4+
branch: fix/promo-screenshots
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+
121
GEM
222
remote: https://rubygems.org/
323
specs:
@@ -165,20 +185,6 @@ GEM
165185
xcpretty-travis-formatter (>= 0.0.3)
166186
fastlane-plugin-appcenter (1.11.1)
167187
fastlane-plugin-sentry (1.11.1)
168-
fastlane-plugin-wpmreleasetoolkit (4.1.0)
169-
activesupport (~> 5)
170-
bigdecimal (~> 1.4)
171-
buildkit (~> 1.5)
172-
chroma (= 0.2.0)
173-
diffy (~> 3.3)
174-
git (~> 1.3)
175-
jsonlint (~> 0.3)
176-
nokogiri (~> 1.11)
177-
octokit (~> 4.18)
178-
parallel (~> 1.14)
179-
progress_bar (~> 1.3)
180-
rake (>= 12.3, < 14.0)
181-
rake-compiler (~> 1.0)
182188
ffi (1.15.4)
183189
fourflusher (2.3.1)
184190
fuzzy_match (2.0.4)
@@ -247,15 +253,15 @@ GEM
247253
nap (1.1.0)
248254
naturally (2.2.1)
249255
netrc (0.11.0)
250-
nokogiri (1.13.4)
256+
nokogiri (1.13.6)
251257
mini_portile2 (~> 2.8.0)
252258
racc (~> 1.4)
253-
nokogiri (1.13.4-x86_64-darwin)
259+
nokogiri (1.13.6-x86_64-darwin)
254260
racc (~> 1.4)
255261
octokit (4.22.0)
256262
faraday (>= 0.9)
257263
sawyer (~> 0.8.0, >= 0.5.3)
258-
oj (3.13.11)
264+
oj (3.13.13)
259265
optimist (3.0.1)
260266
options (2.3.2)
261267
optparse (0.1.1)
@@ -359,7 +365,7 @@ DEPENDENCIES
359365
fastlane (~> 2)
360366
fastlane-plugin-appcenter (~> 1.6)
361367
fastlane-plugin-sentry (~> 1.0)
362-
fastlane-plugin-wpmreleasetoolkit (~> 4.1)
368+
fastlane-plugin-wpmreleasetoolkit!
363369
rake (~> 12.3)
364370
rmagick (~> 4.1)
365371
rubocop (~> 1.25)

fastlane/Pluginfile

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

9-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'
9+
gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', branch: 'fix/promo-screenshots'
1010
gem 'fastlane-plugin-sentry', '~> 1.0'
1111
gem 'fastlane-plugin-appcenter', '~> 1.6'

0 commit comments

Comments
 (0)