Skip to content

Commit 3f191fe

Browse files
committed
Point to official release-toolkit
1 parent 775e24b commit 3f191fe

File tree

2 files changed

+20
-26
lines changed

2 files changed

+20
-26
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ gem 'fastlane-plugin-firebase_app_distribution', '~> 0.10'
1616
gem 'fastlane-plugin-sentry', '~> 1.0'
1717
# This comment avoids typing to switch to a development version for testing.
1818
#
19-
gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', ref: 'b1f7eb84ebffcbcf8a3a8ca3189cd00c8a5d3916' # release-toolkit#639 (FAD comment)
20-
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.5'
19+
# gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', branch: ''
20+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.0'
2121
gem 'rake', '~> 12.3'
2222
gem 'rubocop', '~> 1.65'
2323
gem 'rubocop-rake', '~> 0.6'

Gemfile.lock

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
GIT
2-
remote: [email protected]:wordpress-mobile/release-toolkit
3-
revision: b1f7eb84ebffcbcf8a3a8ca3189cd00c8a5d3916
4-
ref: b1f7eb84ebffcbcf8a3a8ca3189cd00c8a5d3916
5-
specs:
6-
fastlane-plugin-wpmreleasetoolkit (12.5.0)
7-
activesupport (>= 6.1.7.1)
8-
buildkit (~> 1.5)
9-
chroma (= 0.2.0)
10-
diffy (~> 3.3)
11-
fastlane (~> 2.213)
12-
git (~> 1.3)
13-
google-cloud-storage (~> 1.31)
14-
java-properties (~> 0.3.0)
15-
nokogiri (~> 1.11)
16-
octokit (~> 6.1)
17-
parallel (~> 1.14)
18-
plist (~> 3.1)
19-
progress_bar (~> 1.3)
20-
rake (>= 12.3, < 14.0)
21-
rake-compiler (~> 1.0)
22-
xcodeproj (~> 1.22)
23-
241
GEM
252
remote: https://rubygems.org/
263
specs:
@@ -238,6 +215,23 @@ GEM
238215
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
239216
fastlane-plugin-sentry (1.25.1)
240217
os (~> 1.1, >= 1.1.4)
218+
fastlane-plugin-wpmreleasetoolkit (13.0.0)
219+
activesupport (>= 6.1.7.1)
220+
buildkit (~> 1.5)
221+
chroma (= 0.2.0)
222+
diffy (~> 3.3)
223+
fastlane (~> 2.213)
224+
git (~> 1.3)
225+
google-cloud-storage (~> 1.31)
226+
java-properties (~> 0.3.0)
227+
nokogiri (~> 1.11)
228+
octokit (~> 6.1)
229+
parallel (~> 1.14)
230+
plist (~> 3.1)
231+
progress_bar (~> 1.3)
232+
rake (>= 12.3, < 14.0)
233+
rake-compiler (~> 1.0)
234+
xcodeproj (~> 1.22)
241235
fastlane-sirp (1.0.0)
242236
sysrandom (~> 1.0)
243237
ffi (1.17.0)
@@ -430,7 +424,7 @@ DEPENDENCIES
430424
fastlane (~> 2.217)
431425
fastlane-plugin-firebase_app_distribution (~> 0.10)
432426
fastlane-plugin-sentry (~> 1.0)
433-
fastlane-plugin-wpmreleasetoolkit!
427+
fastlane-plugin-wpmreleasetoolkit (~> 13.0)
434428
rake (~> 12.3)
435429
rmagick (~> 4.1)
436430
rubocop (~> 1.65)

0 commit comments

Comments
 (0)