Skip to content

Commit a1a4f2e

Browse files
committed
Update release toolkit to 2.3
1 parent fbdf6e0 commit a1a4f2e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GEM
153153
xcpretty-travis-formatter (>= 0.0.3)
154154
fastlane-plugin-appcenter (1.6.0)
155155
fastlane-plugin-sentry (1.6.0)
156-
fastlane-plugin-wpmreleasetoolkit (1.3.1)
156+
fastlane-plugin-wpmreleasetoolkit (2.3.0)
157157
activesupport (~> 5)
158158
bigdecimal (~> 1.4)
159159
chroma (= 0.2.0)
@@ -164,13 +164,13 @@ GEM
164164
octokit (~> 4.18)
165165
parallel (~> 1.14)
166166
progress_bar (~> 1.3)
167-
rake (~> 12.3)
167+
rake (>= 12.3, < 14.0)
168168
rake-compiler (~> 1.0)
169169
ffi (1.14.2)
170170
fourflusher (2.3.1)
171171
fuzzy_match (2.0.4)
172172
gh_inspector (1.1.3)
173-
git (1.9.1)
173+
git (1.10.2)
174174
rchardet (~> 1.8)
175175
google-api-client (0.38.0)
176176
addressable (~> 2.5, >= 2.5.1)
@@ -230,7 +230,7 @@ GEM
230230
memoist (0.16.2)
231231
mini_magick (4.11.0)
232232
mini_mime (1.0.3)
233-
mini_portile2 (2.5.3)
233+
mini_portile2 (2.7.1)
234234
minitest (5.14.4)
235235
molinillo (0.6.6)
236236
multi_json (1.15.0)
@@ -239,13 +239,13 @@ GEM
239239
nap (1.1.0)
240240
naturally (2.2.1)
241241
netrc (0.11.0)
242-
nokogiri (1.11.7)
243-
mini_portile2 (~> 2.5.0)
242+
nokogiri (1.13.1)
243+
mini_portile2 (~> 2.7.0)
244244
racc (~> 1.4)
245245
octokit (4.21.0)
246246
faraday (>= 0.9)
247247
sawyer (~> 0.8.0, >= 0.5.3)
248-
oj (3.12.1)
248+
oj (3.13.11)
249249
optimist (3.0.1)
250250
options (2.3.2)
251251
os (1.1.1)
@@ -257,10 +257,10 @@ GEM
257257
highline (>= 1.6, < 3)
258258
options (~> 2.3.0)
259259
public_suffix (4.0.6)
260-
racc (1.5.2)
260+
racc (1.6.0)
261261
rainbow (3.0.0)
262262
rake (12.3.3)
263-
rake-compiler (1.1.1)
263+
rake-compiler (1.1.7)
264264
rake
265265
rchardet (1.8.0)
266266
regexp_parser (2.1.1)
@@ -337,7 +337,7 @@ DEPENDENCIES
337337
fastlane (~> 2)
338338
fastlane-plugin-appcenter (= 1.6.0)
339339
fastlane-plugin-sentry
340-
fastlane-plugin-wpmreleasetoolkit (~> 1.3)
340+
fastlane-plugin-wpmreleasetoolkit (~> 2.3)
341341
octokit (~> 4.0)
342342
rake (~> 12.3)
343343
rubocop (~> 1.18)

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# Ensure this file is checked in to source control!
44

5-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.3'
5+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 2.3'
66
gem 'fastlane-plugin-sentry'
77
gem 'fastlane-plugin-appcenter', '1.6.0'

0 commit comments

Comments
 (0)