Skip to content

Commit b3ce67f

Browse files
committed
Update release toolkit to 1.4
1 parent 7032e38 commit b3ce67f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
xctest_list (>= 1.2.1)
164164
fastlane-plugin-trainer (0.4.1)
165165
trainer (>= 0.7.0)
166-
fastlane-plugin-wpmreleasetoolkit (1.3.1)
166+
fastlane-plugin-wpmreleasetoolkit (1.4.0)
167167
activesupport (~> 5)
168168
bigdecimal (~> 1.4)
169169
chroma (= 0.2.0)
@@ -243,12 +243,12 @@ GEM
243243
nap (1.1.0)
244244
naturally (2.2.1)
245245
netrc (0.11.0)
246-
nokogiri (1.11.7-x86_64-darwin)
246+
nokogiri (1.12.2-x86_64-darwin)
247247
racc (~> 1.4)
248248
octokit (4.21.0)
249249
faraday (>= 0.9)
250250
sawyer (~> 0.8.0, >= 0.5.3)
251-
oj (3.12.0)
251+
oj (3.13.0)
252252
optimist (3.0.1)
253253
options (2.3.2)
254254
os (1.1.1)
@@ -337,7 +337,7 @@ DEPENDENCIES
337337
fastlane-plugin-sentry (~> 1.0)
338338
fastlane-plugin-test_center (~> 3.0)
339339
fastlane-plugin-trainer (~> 0.4.1)
340-
fastlane-plugin-wpmreleasetoolkit (~> 1.3.1)
340+
fastlane-plugin-wpmreleasetoolkit (~> 1.4)
341341
rake (~> 12.3)
342342
rmagick (~> 3.2.0)
343343
xcode-install

fastlane/Pluginfile

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

9-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.3.1'
9+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.4'
1010
gem 'fastlane-plugin-sentry', '~> 1.0'
1111
gem 'fastlane-plugin-appcenter', '~> 1.6'
1212
gem 'fastlane-plugin-test_center', '~> 3.0'

0 commit comments

Comments
 (0)