Skip to content

Commit 647d6ff

Browse files
committed
Use remove/git-push-actions release-toolkit branch
1 parent 904842e commit 647d6ff

2 files changed

Lines changed: 41 additions & 35 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', '~> 7.0'
1111
# gem 'fastlane-plugin-wpmreleasetoolkit', path: '../../release-toolkit'
12-
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', branch: 'trunk'
12+
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', branch: 'remove/git-push-actions'
1313

1414

1515
### Gems needed only for generating Promo Screenshots

Gemfile.lock

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,49 @@
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+
122
GEM
223
remote: https://rubygems.org/
324
specs:
425
CFPropertyList (3.0.6)
526
rexml
6-
activesupport (7.0.4.2)
27+
activesupport (7.0.4.3)
728
concurrent-ruby (~> 1.0, >= 1.0.2)
829
i18n (>= 1.6, < 2)
930
minitest (>= 5.1)
1031
tzinfo (~> 2.0)
11-
addressable (2.8.1)
32+
addressable (2.8.4)
1233
public_suffix (>= 2.0.2, < 6.0)
1334
artifactory (3.0.15)
1435
atomos (0.1.3)
1536
aws-eventstream (1.2.0)
16-
aws-partitions (1.721.0)
17-
aws-sdk-core (3.170.0)
37+
aws-partitions (1.762.0)
38+
aws-sdk-core (3.172.0)
1839
aws-eventstream (~> 1, >= 1.0.2)
1940
aws-partitions (~> 1, >= 1.651.0)
2041
aws-sigv4 (~> 1.5)
2142
jmespath (~> 1, >= 1.6.1)
22-
aws-sdk-kms (1.63.0)
43+
aws-sdk-kms (1.64.0)
2344
aws-sdk-core (~> 3, >= 3.165.0)
2445
aws-sigv4 (~> 1.1)
25-
aws-sdk-s3 (1.119.1)
46+
aws-sdk-s3 (1.122.0)
2647
aws-sdk-core (~> 3, >= 3.165.0)
2748
aws-sdk-kms (~> 1)
2849
aws-sigv4 (~> 1.4)
@@ -38,7 +59,7 @@ GEM
3859
colored2 (3.1.2)
3960
commander (4.6.0)
4061
highline (~> 2.0.0)
41-
concurrent-ruby (1.2.0)
62+
concurrent-ruby (1.2.2)
4263
declarative (0.0.20)
4364
diffy (3.4.2)
4465
digest-crc (0.6.4)
@@ -77,7 +98,7 @@ GEM
7798
faraday_middleware (1.2.0)
7899
faraday (~> 1.0)
79100
fastimage (2.2.6)
80-
fastlane (2.212.1)
101+
fastlane (2.212.2)
81102
CFPropertyList (>= 2.3, < 4.0.0)
82103
addressable (>= 2.8, < 3.0.0)
83104
artifactory (~> 3.0)
@@ -116,26 +137,11 @@ GEM
116137
xcodeproj (>= 1.13.0, < 2.0.0)
117138
xcpretty (~> 0.3.0)
118139
xcpretty-travis-formatter (>= 0.0.3)
119-
fastlane-plugin-wpmreleasetoolkit (7.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 (~> 4.18)
129-
parallel (~> 1.14)
130-
plist (~> 3.1)
131-
progress_bar (~> 1.3)
132-
rake (>= 12.3, < 14.0)
133-
rake-compiler (~> 1.0)
134140
gh_inspector (1.1.3)
135-
git (1.13.2)
141+
git (1.18.0)
136142
addressable (~> 2.8)
137143
rchardet (~> 1.8)
138-
google-apis-androidpublisher_v3 (0.35.0)
144+
google-apis-androidpublisher_v3 (0.41.0)
139145
google-apis-core (>= 0.11.0, < 2.a)
140146
google-apis-core (0.11.0)
141147
addressable (~> 2.5, >= 2.5.1)
@@ -166,7 +172,7 @@ GEM
166172
google-cloud-core (~> 1.6)
167173
googleauth (>= 0.16.2, < 2.a)
168174
mini_mime (~> 1.0)
169-
googleauth (1.3.0)
175+
googleauth (1.5.2)
170176
faraday (>= 0.17.3, < 3.a)
171177
jwt (>= 1.4, < 3.0)
172178
memoist (~> 0.16)
@@ -177,30 +183,30 @@ GEM
177183
http-cookie (1.0.5)
178184
domain_name (~> 0.5)
179185
httpclient (2.8.3)
180-
i18n (1.12.0)
186+
i18n (1.13.0)
181187
concurrent-ruby (~> 1.0)
182188
jmespath (1.6.2)
183189
json (2.6.3)
184190
jwt (2.7.0)
185191
memoist (0.16.2)
186192
mini_magick (4.12.0)
187193
mini_mime (1.1.2)
188-
mini_portile2 (2.8.1)
189-
minitest (5.17.0)
194+
mini_portile2 (2.8.2)
195+
minitest (5.18.0)
190196
multi_json (1.15.0)
191197
multipart-post (2.0.0)
192198
nanaimo (0.3.0)
193199
naturally (2.2.1)
194-
nokogiri (1.14.2)
200+
nokogiri (1.14.3)
195201
mini_portile2 (~> 2.8.0)
196202
racc (~> 1.4)
197-
octokit (4.25.1)
203+
octokit (5.6.1)
198204
faraday (>= 1, < 3)
199205
sawyer (~> 0.9)
200206
options (2.3.2)
201207
optparse (0.1.1)
202208
os (1.1.4)
203-
parallel (1.22.1)
209+
parallel (1.23.0)
204210
plist (3.7.0)
205211
progress_bar (1.3.3)
206212
highline (>= 1.6, < 3)
@@ -267,7 +273,7 @@ PLATFORMS
267273

268274
DEPENDENCIES
269275
fastlane (~> 2)
270-
fastlane-plugin-wpmreleasetoolkit (~> 7.0)
276+
fastlane-plugin-wpmreleasetoolkit!
271277
nokogiri
272278
rmagick (~> 4.1)
273279

0 commit comments

Comments
 (0)