Skip to content

Commit f51bfa2

Browse files
committed
Update release toolkit to 9.1
1 parent 9a7b900 commit f51bfa2

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ source 'https://rubygems.org'
22

33
gem 'cocoapods', '~> 1.12'
44
gem 'fastlane', '~> 2'
5-
gem 'octokit', '~> 4.0'
65
gem 'rake', '~> 12.3'
76
gem 'rubocop', '~> 1.18'
87
gem 'xcpretty-travis-formatter', '~> 1.0'
9-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.6'
8+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.0'
109
gem 'fastlane-plugin-sentry', '~> 1.14'
1110
gem 'fastlane-plugin-appcenter', '~> 1.11'

Gemfile.lock

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (5.2.8.1)
6+
activesupport (7.1.1)
7+
base64
8+
bigdecimal
79
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
i18n (>= 0.7, < 2)
9-
minitest (~> 5.1)
10-
tzinfo (~> 1.1)
10+
connection_pool (>= 2.2.5)
11+
drb
12+
i18n (>= 1.6, < 2)
13+
minitest (>= 5.1)
14+
mutex_m
15+
tzinfo (~> 2.0)
1116
addressable (2.8.4)
1217
public_suffix (>= 2.0.2, < 6.0)
1318
algoliasearch (1.27.5)
@@ -33,7 +38,8 @@ GEM
3338
aws-sigv4 (1.5.2)
3439
aws-eventstream (~> 1, >= 1.0.2)
3540
babosa (1.0.4)
36-
bigdecimal (1.4.4)
41+
base64 (0.1.1)
42+
bigdecimal (3.1.4)
3743
buildkit (1.5.0)
3844
sawyer (>= 0.6)
3945
chroma (0.2.0)
@@ -80,13 +86,16 @@ GEM
8086
commander (4.6.0)
8187
highline (~> 2.0.0)
8288
concurrent-ruby (1.2.2)
89+
connection_pool (2.4.1)
8390
declarative (0.0.20)
8491
diffy (3.4.2)
8592
digest-crc (0.6.4)
8693
rake (>= 12.0.0, < 14.0.0)
8794
domain_name (0.5.20190701)
8895
unf (>= 0.0.5, < 1.0.0)
8996
dotenv (2.8.1)
97+
drb (2.1.1)
98+
ruby2_keywords
9099
emoji_regex (3.2.3)
91100
escape (0.0.4)
92101
ethon (0.16.0)
@@ -121,7 +130,7 @@ GEM
121130
faraday_middleware (1.2.0)
122131
faraday (~> 1.0)
123132
fastimage (2.2.6)
124-
fastlane (2.212.2)
133+
fastlane (2.214.0)
125134
CFPropertyList (>= 2.3, < 4.0.0)
126135
addressable (>= 2.8, < 3.0.0)
127136
artifactory (~> 3.0)
@@ -145,7 +154,7 @@ GEM
145154
json (< 3.0.0)
146155
jwt (>= 2.1.0, < 3)
147156
mini_magick (>= 4.9.4, < 5.0.0)
148-
multipart-post (~> 2.0.0)
157+
multipart-post (>= 2.0.0, < 3.0.0)
149158
naturally (~> 2.2)
150159
optparse (~> 0.1.1)
151160
plist (>= 3.1.0, < 4.0.0)
@@ -163,27 +172,28 @@ GEM
163172
fastlane-plugin-appcenter (1.11.1)
164173
fastlane-plugin-sentry (1.14.0)
165174
os (~> 1.1, >= 1.1.4)
166-
fastlane-plugin-wpmreleasetoolkit (5.6.0)
167-
activesupport (~> 5)
168-
bigdecimal (~> 1.4)
175+
fastlane-plugin-wpmreleasetoolkit (9.1.0)
176+
activesupport (>= 6.1.7.1)
169177
buildkit (~> 1.5)
170178
chroma (= 0.2.0)
171179
diffy (~> 3.3)
180+
fastlane (~> 2.213)
172181
git (~> 1.3)
173182
google-cloud-storage (~> 1.31)
174-
jsonlint (~> 0.3)
183+
java-properties (~> 0.3.0)
175184
nokogiri (~> 1.11)
176-
octokit (~> 4.18)
185+
octokit (~> 6.1)
177186
parallel (~> 1.14)
178187
plist (~> 3.1)
179188
progress_bar (~> 1.3)
180189
rake (>= 12.3, < 14.0)
181190
rake-compiler (~> 1.0)
191+
xcodeproj (~> 1.22)
182192
ffi (1.15.5)
183193
fourflusher (2.3.1)
184194
fuzzy_match (2.0.4)
185195
gh_inspector (1.1.3)
186-
git (1.12.0)
196+
git (1.18.0)
187197
addressable (~> 2.8)
188198
rchardet (~> 1.8)
189199
google-apis-androidpublisher_v3 (0.31.0)
@@ -230,32 +240,29 @@ GEM
230240
httpclient (2.8.3)
231241
i18n (1.12.0)
232242
concurrent-ruby (~> 1.0)
243+
java-properties (0.3.0)
233244
jmespath (1.6.1)
234245
json (2.6.3)
235-
jsonlint (0.3.0)
236-
oj (~> 3)
237-
optimist (~> 3)
238246
jwt (2.5.0)
239247
memoist (0.16.2)
240248
mini_magick (4.11.0)
241249
mini_mime (1.1.2)
242-
mini_portile2 (2.8.0)
250+
mini_portile2 (2.8.5)
243251
minitest (5.18.0)
244252
molinillo (0.8.0)
245253
multi_json (1.15.0)
246254
multipart-post (2.0.0)
255+
mutex_m (0.1.2)
247256
nanaimo (0.3.0)
248257
nap (1.1.0)
249258
naturally (2.2.1)
250259
netrc (0.11.0)
251-
nokogiri (1.13.9)
252-
mini_portile2 (~> 2.8.0)
260+
nokogiri (1.15.4)
261+
mini_portile2 (~> 2.8.2)
253262
racc (~> 1.4)
254-
octokit (4.25.1)
263+
octokit (6.1.1)
255264
faraday (>= 1, < 3)
256265
sawyer (~> 0.9)
257-
oj (3.13.23)
258-
optimist (3.0.1)
259266
options (2.3.2)
260267
optparse (0.1.1)
261268
os (1.1.4)
@@ -267,10 +274,10 @@ GEM
267274
highline (>= 1.6, < 3)
268275
options (~> 2.3.0)
269276
public_suffix (4.0.7)
270-
racc (1.6.0)
277+
racc (1.7.1)
271278
rainbow (3.0.0)
272279
rake (12.3.3)
273-
rake-compiler (1.2.0)
280+
rake-compiler (1.2.5)
274281
rake
275282
rchardet (1.8.0)
276283
regexp_parser (2.1.1)
@@ -311,16 +318,15 @@ GEM
311318
terminal-notifier (2.0.0)
312319
terminal-table (1.8.0)
313320
unicode-display_width (~> 1.1, >= 1.1.1)
314-
thread_safe (0.3.6)
315321
trailblazer-option (0.1.2)
316322
tty-cursor (0.7.1)
317323
tty-screen (0.8.1)
318324
tty-spinner (0.9.3)
319325
tty-cursor (~> 0.7)
320326
typhoeus (1.4.0)
321327
ethon (>= 0.9.0)
322-
tzinfo (1.2.11)
323-
thread_safe (~> 0.1)
328+
tzinfo (2.0.6)
329+
concurrent-ruby (~> 1.0)
324330
uber (0.1.0)
325331
unf (0.1.4)
326332
unf_ext
@@ -348,11 +354,10 @@ DEPENDENCIES
348354
fastlane (~> 2)
349355
fastlane-plugin-appcenter (~> 1.11)
350356
fastlane-plugin-sentry (~> 1.14)
351-
fastlane-plugin-wpmreleasetoolkit (~> 5.6)
352-
octokit (~> 4.0)
357+
fastlane-plugin-wpmreleasetoolkit (~> 9.0)
353358
rake (~> 12.3)
354359
rubocop (~> 1.18)
355360
xcpretty-travis-formatter (~> 1.0)
356361

357362
BUNDLED WITH
358-
2.3.24
363+
2.4.13

0 commit comments

Comments
 (0)