Skip to content

Commit be3fe53

Browse files
authored
[Tooling] Fix update_rollouts failing on initial submission (draft -> inProgress) (#3341)
1 parent 0d8d505 commit be3fe53

File tree

2 files changed

+55
-47
lines changed

2 files changed

+55
-47
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
source 'https://rubygems.org'
44

55
gem 'danger-dangermattic', '~> 1.2.1'
6-
gem 'fastlane', '~> 2.216'
6+
# gem 'fastlane', '~> 2.216' # FIXME: Switch back to official release once https://github.com/fastlane/fastlane/pull/28960 is merged and included in next release
7+
gem 'fastlane', git: '[email protected]:fastlane/fastlane.git', branch: 'supply/update-draft-release-status'
8+
79
# These lines are kept to help with testing Release Toolkit changes
810
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.3'
911
# gem 'fastlane-plugin-wpmreleasetoolkit', path: '../../release-toolkit'

Gemfile.lock

Lines changed: 52 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
GIT
2+
remote: [email protected]:fastlane/fastlane.git
3+
revision: 86a97f5dd0c9779b120ccfb5090ba415913d9815
4+
branch: supply/update-draft-release-status
5+
specs:
6+
fastlane (2.225.0)
7+
CFPropertyList (>= 2.3, < 4.0.0)
8+
addressable (>= 2.8, < 3.0.0)
9+
artifactory (~> 3.0)
10+
aws-sdk-s3 (~> 1.0)
11+
babosa (>= 1.0.3, < 2.0.0)
12+
bundler (>= 1.12.0, < 3.0.0)
13+
colored (~> 1.2)
14+
commander (~> 4.6)
15+
dotenv (>= 2.1.1, < 3.0.0)
16+
emoji_regex (>= 0.1, < 4.0)
17+
excon (>= 0.71.0, < 1.0.0)
18+
faraday (~> 1.0)
19+
faraday-cookie_jar (~> 0.0.6)
20+
faraday_middleware (~> 1.0)
21+
fastimage (>= 2.1.0, < 3.0.0)
22+
fastlane-sirp (>= 1.0.0)
23+
gh_inspector (>= 1.1.2, < 2.0.0)
24+
google-apis-androidpublisher_v3 (~> 0.3)
25+
google-apis-playcustomapp_v1 (~> 0.1)
26+
google-cloud-env (>= 1.6.0, < 2.0.0)
27+
google-cloud-storage (~> 1.31)
28+
highline (~> 2.0)
29+
http-cookie (~> 1.0.5)
30+
json (< 3.0.0)
31+
jwt (>= 2.1.0, < 3)
32+
mini_magick (>= 4.9.4, < 5.0.0)
33+
multipart-post (>= 2.0.0, < 3.0.0)
34+
naturally (~> 2.2)
35+
optparse (>= 0.1.1, < 1.0.0)
36+
plist (>= 3.1.0, < 4.0.0)
37+
rubyzip (>= 2.0.0, < 3.0.0)
38+
security (= 0.1.5)
39+
simctl (~> 1.6.3)
40+
terminal-notifier (>= 2.0.0, < 3.0.0)
41+
terminal-table (~> 3)
42+
tty-screen (>= 0.6.3, < 1.0.0)
43+
tty-spinner (>= 0.8.0, < 1.0.0)
44+
word_wrap (~> 1.0.0)
45+
xcodeproj (>= 1.13.0, < 2.0.0)
46+
xcpretty (~> 0.4.0)
47+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
48+
149
GEM
250
remote: https://rubygems.org/
351
specs:
@@ -123,48 +171,6 @@ GEM
123171
faraday_middleware (1.2.1)
124172
faraday (~> 1.0)
125173
fastimage (2.3.1)
126-
fastlane (2.225.0)
127-
CFPropertyList (>= 2.3, < 4.0.0)
128-
addressable (>= 2.8, < 3.0.0)
129-
artifactory (~> 3.0)
130-
aws-sdk-s3 (~> 1.0)
131-
babosa (>= 1.0.3, < 2.0.0)
132-
bundler (>= 1.12.0, < 3.0.0)
133-
colored (~> 1.2)
134-
commander (~> 4.6)
135-
dotenv (>= 2.1.1, < 3.0.0)
136-
emoji_regex (>= 0.1, < 4.0)
137-
excon (>= 0.71.0, < 1.0.0)
138-
faraday (~> 1.0)
139-
faraday-cookie_jar (~> 0.0.6)
140-
faraday_middleware (~> 1.0)
141-
fastimage (>= 2.1.0, < 3.0.0)
142-
fastlane-sirp (>= 1.0.0)
143-
gh_inspector (>= 1.1.2, < 2.0.0)
144-
google-apis-androidpublisher_v3 (~> 0.3)
145-
google-apis-playcustomapp_v1 (~> 0.1)
146-
google-cloud-env (>= 1.6.0, < 2.0.0)
147-
google-cloud-storage (~> 1.31)
148-
highline (~> 2.0)
149-
http-cookie (~> 1.0.5)
150-
json (< 3.0.0)
151-
jwt (>= 2.1.0, < 3)
152-
mini_magick (>= 4.9.4, < 5.0.0)
153-
multipart-post (>= 2.0.0, < 3.0.0)
154-
naturally (~> 2.2)
155-
optparse (>= 0.1.1, < 1.0.0)
156-
plist (>= 3.1.0, < 4.0.0)
157-
rubyzip (>= 2.0.0, < 3.0.0)
158-
security (= 0.1.5)
159-
simctl (~> 1.6.3)
160-
terminal-notifier (>= 2.0.0, < 3.0.0)
161-
terminal-table (~> 3)
162-
tty-screen (>= 0.6.3, < 1.0.0)
163-
tty-spinner (>= 0.8.0, < 1.0.0)
164-
word_wrap (~> 1.0.0)
165-
xcodeproj (>= 1.13.0, < 2.0.0)
166-
xcpretty (~> 0.3.0)
167-
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
168174
fastlane-plugin-wpmreleasetoolkit (12.3.4)
169175
activesupport (>= 6.1.7.1)
170176
buildkit (~> 1.5)
@@ -288,7 +294,7 @@ GEM
288294
uber (< 0.2.0)
289295
retriable (3.1.2)
290296
rexml (3.3.9)
291-
rouge (2.0.7)
297+
rouge (3.28.0)
292298
rubocop (1.68.0)
293299
json (~> 2.3)
294300
language_server-protocol (>= 3.17.0)
@@ -339,8 +345,8 @@ GEM
339345
colored2 (~> 3.1)
340346
nanaimo (~> 0.4.0)
341347
rexml (>= 3.3.6, < 4.0)
342-
xcpretty (0.3.0)
343-
rouge (~> 2.0.7)
348+
xcpretty (0.4.0)
349+
rouge (~> 3.28.0)
344350
xcpretty-travis-formatter (1.0.1)
345351
xcpretty (~> 0.2, >= 0.0.7)
346352

@@ -355,7 +361,7 @@ PLATFORMS
355361

356362
DEPENDENCIES
357363
danger-dangermattic (~> 1.2.1)
358-
fastlane (~> 2.216)
364+
fastlane!
359365
fastlane-plugin-wpmreleasetoolkit (~> 12.3)
360366

361367
BUNDLED WITH

0 commit comments

Comments
 (0)