Skip to content

Commit 7db6ef3

Browse files
committed
Update release toolkit to 8.0.0
1 parent 7f19187 commit 7db6ef3

2 files changed

Lines changed: 20 additions & 26 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ gem 'nokogiri'
77

88
### Fastlane Plugins
99

10-
#gem 'fastlane-plugin-wpmreleasetoolkit', '~> 7.0'
10+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 8.0'
1111
# gem 'fastlane-plugin-wpmreleasetoolkit', path: '../../release-toolkit'
12-
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', branch: 'remove/git-push-actions'
12+
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', branch: 'trunk'
1313

1414

1515
### Gems needed only for generating Promo Screenshots

Gemfile.lock

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
GIT
2-
remote: https://github.com/wordpress-mobile/release-toolkit
3-
revision: e26197f430a919e4d33bce7c69778870ca9e45af
4-
branch: remove/git-push-actions
5-
specs:
6-
fastlane-plugin-wpmreleasetoolkit (7.0.0)
7-
activesupport (>= 6.1.7.1)
8-
bigdecimal (~> 1.4)
9-
buildkit (~> 1.5)
10-
chroma (= 0.2.0)
11-
diffy (~> 3.3)
12-
git (~> 1.3)
13-
google-cloud-storage (~> 1.31)
14-
nokogiri (~> 1.11)
15-
octokit (~> 5.6)
16-
parallel (~> 1.14)
17-
plist (~> 3.1)
18-
progress_bar (~> 1.3)
19-
rake (>= 12.3, < 14.0)
20-
rake-compiler (~> 1.0)
21-
221
GEM
232
remote: https://rubygems.org/
243
specs:
@@ -34,7 +13,7 @@ GEM
3413
artifactory (3.0.15)
3514
atomos (0.1.3)
3615
aws-eventstream (1.2.0)
37-
aws-partitions (1.762.0)
16+
aws-partitions (1.763.0)
3817
aws-sdk-core (3.172.0)
3918
aws-eventstream (~> 1, >= 1.0.2)
4019
aws-partitions (~> 1, >= 1.651.0)
@@ -137,6 +116,21 @@ GEM
137116
xcodeproj (>= 1.13.0, < 2.0.0)
138117
xcpretty (~> 0.3.0)
139118
xcpretty-travis-formatter (>= 0.0.3)
119+
fastlane-plugin-wpmreleasetoolkit (8.0.0)
120+
activesupport (>= 6.1.7.1)
121+
bigdecimal (~> 1.4)
122+
buildkit (~> 1.5)
123+
chroma (= 0.2.0)
124+
diffy (~> 3.3)
125+
git (~> 1.3)
126+
google-cloud-storage (~> 1.31)
127+
nokogiri (~> 1.11)
128+
octokit (~> 5.6)
129+
parallel (~> 1.14)
130+
plist (~> 3.1)
131+
progress_bar (~> 1.3)
132+
rake (>= 12.3, < 14.0)
133+
rake-compiler (~> 1.0)
140134
gh_inspector (1.1.3)
141135
git (1.18.0)
142136
addressable (~> 2.8)
@@ -197,7 +191,7 @@ GEM
197191
multipart-post (2.0.0)
198192
nanaimo (0.3.0)
199193
naturally (2.2.1)
200-
nokogiri (1.14.3)
194+
nokogiri (1.14.4)
201195
mini_portile2 (~> 2.8.0)
202196
racc (~> 1.4)
203197
octokit (5.6.1)
@@ -273,7 +267,7 @@ PLATFORMS
273267

274268
DEPENDENCIES
275269
fastlane (~> 2)
276-
fastlane-plugin-wpmreleasetoolkit!
270+
fastlane-plugin-wpmreleasetoolkit (~> 8.0)
277271
nokogiri
278272
rmagick (~> 4.1)
279273

0 commit comments

Comments
 (0)