Skip to content

Commit e9b31eb

Browse files
authored
Merge pull request #4281 from woocommerce/tooling/update-toolkit
Update release toolkit to 1.0.1 in release branch
2 parents aa4c316 + eb3c0e2 commit e9b31eb

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

Gemfile.lock

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
GIT
2-
remote: https://github.com/wordpress-mobile/release-toolkit
3-
revision: 81e49b3ceec82b58f6f71f77ef17b765d9bc17ff
4-
ref: 81e49b3ceec82b58f6f71f77ef17b765d9bc17ff
5-
specs:
6-
fastlane-plugin-wpmreleasetoolkit (0.18.1)
7-
activesupport (~> 5)
8-
bigdecimal (~> 1.4)
9-
chroma (= 0.2.0)
10-
diffy (~> 3.3)
11-
git (~> 1.3)
12-
jsonlint (~> 0.3)
13-
nokogiri (~> 1.11)
14-
octokit (~> 4.18)
15-
parallel (~> 1.14)
16-
progress_bar (~> 1.3)
17-
rake (~> 12.3)
18-
rake-compiler (~> 1.0)
19-
201
GEM
212
remote: https://rubygems.org/
223
specs:
@@ -170,6 +151,19 @@ GEM
170151
trainer
171152
xcodeproj
172153
xctest_list (>= 1.2.1)
154+
fastlane-plugin-wpmreleasetoolkit (1.0.1)
155+
activesupport (~> 5)
156+
bigdecimal (~> 1.4)
157+
chroma (= 0.2.0)
158+
diffy (~> 3.3)
159+
git (~> 1.3)
160+
jsonlint (~> 0.3)
161+
nokogiri (~> 1.11)
162+
octokit (~> 4.18)
163+
parallel (~> 1.14)
164+
progress_bar (~> 1.3)
165+
rake (~> 12.3)
166+
rake-compiler (~> 1.0)
173167
ffi (1.15.0)
174168
fourflusher (2.3.1)
175169
fuzzy_match (2.0.4)
@@ -239,7 +233,7 @@ GEM
239233
nap (1.1.0)
240234
naturally (2.2.1)
241235
netrc (0.11.0)
242-
nokogiri (1.11.4)
236+
nokogiri (1.11.5)
243237
mini_portile2 (~> 2.5.0)
244238
racc (~> 1.4)
245239
octokit (4.21.0)
@@ -331,7 +325,7 @@ DEPENDENCIES
331325
fastlane-plugin-appcenter (= 1.6.0)
332326
fastlane-plugin-sentry
333327
fastlane-plugin-test_center
334-
fastlane-plugin-wpmreleasetoolkit!
328+
fastlane-plugin-wpmreleasetoolkit (~> 1.0)
335329
rake
336330
rmagick (~> 3.2.0)
337331
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', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: '81e49b3ceec82b58f6f71f77ef17b765d9bc17ff' # = 0.18.1 + GH Releases target fix (pending a new release of toolkit)
9+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.0'
1010
gem 'fastlane-plugin-sentry'
1111
gem 'fastlane-plugin-appcenter', '1.6.0'
1212
gem 'fastlane-plugin-test_center'

0 commit comments

Comments
 (0)