Skip to content

Commit e02e57d

Browse files
authored
Merge pull request #292 from wordpress-mobile/release/1.4.0
Release 1.4.0 into develop
2 parents ebe98e8 + 8dfd18b commit e02e57d

File tree

7 files changed

+94
-59
lines changed

7 files changed

+94
-59
lines changed

.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_SPECIFIC_PLATFORM: "false"
3+
BUNDLE_WITH: "test"

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands:
2828
brew update && xargs brew install --verbose < .circleci/.brewfile
2929
- run:
3030
name: Install Ruby dependencies, if neeeded
31-
command: bundle check --path vendor/bundle || bundle install --with screenshots
31+
command: bundle check --path vendor/bundle || bundle install
3232
- save_cache:
3333
name: Cache Homebrew + Ruby Dependencies
3434
key: *cache_key

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Gems
2525
run: |
2626
bundle config path vendor/bundle
27-
bundle install --jobs 4 --retry 3
27+
BUNDLE_WITHOUT=test bundle install --jobs 4 --retry 3
2828
2929
- name: Run Danger
3030
run: bundle exec danger

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
.idea
66

77
# Ruby / Bundler
8-
.bundle/
98
vendor/bundle
109

1110
# Fastlane

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _None_
1010

1111
### New Features
1212

13+
_None_
14+
15+
### Bug Fixes
16+
17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 1.4.0
24+
25+
### New Features
26+
1327
* Add option to skip updating `Deliverfile` when creating a new hotfix version (`ios_bump_version_hotfix`) [#287]
1428

1529
### Bug Fixes
@@ -19,7 +33,8 @@ _None_
1933

2034
### Internal Changes
2135

22-
_None_
36+
* Opt-out from installing platform-specific gems with Bundler [#293]
37+
* Update gems in the repository to fix `addressable` security vulnerability [#294]
2338

2439
## 1.3.1
2540

@@ -29,7 +44,6 @@ _None_
2944
* Fix the way versioning is handled for alphas – i.e. `version.properties` is indexed by flavor name, defaulting to `zalpha` for alphas. [#283]
3045
* Fixed an issue in `check_translation_progress` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.
3146

32-
3347
## 1.3.0
3448

3549
### New Features

Gemfile.lock

Lines changed: 72 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (1.3.1)
4+
fastlane-plugin-wpmreleasetoolkit (1.4.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
chroma (= 0.2.0)
@@ -24,7 +24,7 @@ GEM
2424
i18n (>= 0.7, < 2)
2525
minitest (~> 5.1)
2626
tzinfo (~> 1.1)
27-
addressable (2.7.0)
27+
addressable (2.8.0)
2828
public_suffix (>= 2.0.2, < 5.0)
2929
algoliasearch (1.27.5)
3030
httpclient (~> 2.8, >= 2.8.3)
@@ -33,20 +33,20 @@ GEM
3333
ast (2.4.2)
3434
atomos (0.1.3)
3535
aws-eventstream (1.1.1)
36-
aws-partitions (1.464.0)
37-
aws-sdk-core (3.114.0)
36+
aws-partitions (1.483.0)
37+
aws-sdk-core (3.119.0)
3838
aws-eventstream (~> 1, >= 1.0.2)
3939
aws-partitions (~> 1, >= 1.239.0)
4040
aws-sigv4 (~> 1.1)
4141
jmespath (~> 1.0)
42-
aws-sdk-kms (1.43.0)
43-
aws-sdk-core (~> 3, >= 3.112.0)
42+
aws-sdk-kms (1.46.0)
43+
aws-sdk-core (~> 3, >= 3.119.0)
4444
aws-sigv4 (~> 1.1)
45-
aws-sdk-s3 (1.95.1)
46-
aws-sdk-core (~> 3, >= 3.112.0)
45+
aws-sdk-s3 (1.98.0)
46+
aws-sdk-core (~> 3, >= 3.119.0)
4747
aws-sdk-kms (~> 1)
4848
aws-sigv4 (~> 1.1)
49-
aws-sigv4 (1.2.3)
49+
aws-sigv4 (1.2.4)
5050
aws-eventstream (~> 1, >= 1.0.2)
5151
babosa (1.0.4)
5252
bigdecimal (1.4.4)
@@ -105,7 +105,7 @@ GEM
105105
colored2 (~> 3.1)
106106
crack (0.4.5)
107107
rexml
108-
danger (8.2.3)
108+
danger (8.3.1)
109109
claide (~> 1.0)
110110
claide-plugins (>= 0.9.2)
111111
colored2 (~> 3.1)
@@ -118,12 +118,13 @@ GEM
118118
no_proxy_fix
119119
octokit (~> 4.7)
120120
terminal-table (>= 1, < 4)
121-
danger-rubocop (0.9.4)
121+
danger-rubocop (0.9.5)
122122
danger
123123
rubocop (~> 1.0)
124124
declarative (0.0.20)
125+
diff-lcs (1.4.4)
125126
diffy (3.4.0)
126-
digest-crc (0.6.3)
127+
digest-crc (0.6.4)
127128
rake (>= 12.0.0, < 14.0.0)
128129
docile (1.4.0)
129130
domain_name (0.5.20190701)
@@ -133,13 +134,16 @@ GEM
133134
escape (0.0.4)
134135
ethon (0.14.0)
135136
ffi (>= 1.15.0)
136-
excon (0.81.0)
137-
faraday (1.4.2)
137+
excon (0.85.0)
138+
faraday (1.6.0)
138139
faraday-em_http (~> 1.0)
139140
faraday-em_synchrony (~> 1.0)
140141
faraday-excon (~> 1.1)
142+
faraday-httpclient (~> 1.0.1)
141143
faraday-net_http (~> 1.0)
142144
faraday-net_http_persistent (~> 1.1)
145+
faraday-patron (~> 1.0)
146+
faraday-rack (~> 1.0)
143147
multipart-post (>= 1.2, < 3)
144148
ruby2_keywords (>= 0.0.4)
145149
faraday-cookie_jar (0.0.7)
@@ -150,14 +154,17 @@ GEM
150154
faraday-excon (1.1.0)
151155
faraday-http-cache (2.2.0)
152156
faraday (>= 0.8)
157+
faraday-httpclient (1.0.1)
153158
faraday-net_http (1.0.1)
154-
faraday-net_http_persistent (1.1.0)
155-
faraday_middleware (1.0.0)
159+
faraday-net_http_persistent (1.2.0)
160+
faraday-patron (1.0.0)
161+
faraday-rack (1.0.0)
162+
faraday_middleware (1.1.0)
156163
faraday (~> 1.0)
157-
fastimage (2.2.3)
158-
fastlane (2.184.0)
164+
fastimage (2.2.4)
165+
fastlane (2.190.0)
159166
CFPropertyList (>= 2.3, < 4.0.0)
160-
addressable (>= 2.3, < 3.0.0)
167+
addressable (>= 2.8, < 3.0.0)
161168
artifactory (~> 3.0)
162169
aws-sdk-s3 (~> 1.0)
163170
babosa (>= 1.0.3, < 2.0.0)
@@ -172,7 +179,7 @@ GEM
172179
faraday_middleware (~> 1.0)
173180
fastimage (>= 2.1.0, < 3.0.0)
174181
gh_inspector (>= 1.1.2, < 2.0.0)
175-
google-apis-androidpublisher_v3 (~> 0.1)
182+
google-apis-androidpublisher_v3 (~> 0.3)
176183
google-apis-playcustomapp_v1 (~> 0.1)
177184
google-cloud-storage (~> 1.31)
178185
highline (~> 2.0)
@@ -197,41 +204,40 @@ GEM
197204
fourflusher (2.3.1)
198205
fuzzy_match (2.0.4)
199206
gh_inspector (1.1.3)
200-
git (1.8.1)
207+
git (1.9.1)
201208
rchardet (~> 1.8)
202-
google-apis-androidpublisher_v3 (0.4.0)
203-
google-apis-core (~> 0.1)
204-
google-apis-core (0.3.0)
209+
google-apis-androidpublisher_v3 (0.10.0)
210+
google-apis-core (>= 0.4, < 2.a)
211+
google-apis-core (0.4.1)
205212
addressable (~> 2.5, >= 2.5.1)
206-
googleauth (~> 0.14)
207-
httpclient (>= 2.8.1, < 3.0)
213+
googleauth (>= 0.16.2, < 2.a)
214+
httpclient (>= 2.8.1, < 3.a)
208215
mini_mime (~> 1.0)
209216
representable (~> 3.0)
210-
retriable (>= 2.0, < 4.0)
217+
retriable (>= 2.0, < 4.a)
211218
rexml
212-
signet (~> 0.14)
213219
webrick
214-
google-apis-iamcredentials_v1 (0.4.0)
215-
google-apis-core (~> 0.1)
216-
google-apis-playcustomapp_v1 (0.3.0)
217-
google-apis-core (~> 0.1)
218-
google-apis-storage_v1 (0.4.0)
219-
google-apis-core (~> 0.1)
220+
google-apis-iamcredentials_v1 (0.6.0)
221+
google-apis-core (>= 0.4, < 2.a)
222+
google-apis-playcustomapp_v1 (0.5.0)
223+
google-apis-core (>= 0.4, < 2.a)
224+
google-apis-storage_v1 (0.6.0)
225+
google-apis-core (>= 0.4, < 2.a)
220226
google-cloud-core (1.6.0)
221227
google-cloud-env (~> 1.0)
222228
google-cloud-errors (~> 1.0)
223229
google-cloud-env (1.5.0)
224230
faraday (>= 0.17.3, < 2.0)
225231
google-cloud-errors (1.1.0)
226-
google-cloud-storage (1.31.1)
232+
google-cloud-storage (1.34.1)
227233
addressable (~> 2.5)
228234
digest-crc (~> 0.4)
229235
google-apis-iamcredentials_v1 (~> 0.1)
230236
google-apis-storage_v1 (~> 0.1)
231-
google-cloud-core (~> 1.2)
232-
googleauth (~> 0.9)
237+
google-cloud-core (~> 1.6)
238+
googleauth (>= 0.16.2, < 2.a)
233239
mini_mime (~> 1.0)
234-
googleauth (0.16.2)
240+
googleauth (0.17.0)
235241
faraday (>= 0.17.3, < 2.0)
236242
jwt (>= 1.4, < 3.0)
237243
memoist (~> 0.16)
@@ -240,7 +246,7 @@ GEM
240246
signet (~> 0.14)
241247
hashdiff (1.0.1)
242248
highline (2.0.3)
243-
http-cookie (1.0.3)
249+
http-cookie (1.0.4)
244250
domain_name (~> 0.5)
245251
httpclient (2.8.3)
246252
i18n (1.8.10)
@@ -259,7 +265,7 @@ GEM
259265
method_source (0.9.2)
260266
mini_magick (4.11.0)
261267
mini_mime (1.1.0)
262-
mini_portile2 (2.5.3)
268+
mini_portile2 (2.6.1)
263269
minitest (5.14.4)
264270
molinillo (0.6.6)
265271
multi_json (1.15.0)
@@ -269,19 +275,19 @@ GEM
269275
naturally (2.2.1)
270276
netrc (0.11.0)
271277
no_proxy_fix (0.1.2)
272-
nokogiri (1.11.7)
273-
mini_portile2 (~> 2.5.0)
278+
nokogiri (1.12.2)
279+
mini_portile2 (~> 2.6.1)
274280
racc (~> 1.4)
275281
octokit (4.21.0)
276282
faraday (>= 0.9)
277283
sawyer (~> 0.8.0, >= 0.5.3)
278-
oj (3.12.0)
284+
oj (3.12.3)
279285
open4 (1.3.4)
280286
optimist (3.0.1)
281287
options (2.3.2)
282288
os (1.1.1)
283289
parallel (1.20.1)
284-
parser (3.0.1.1)
290+
parser (3.0.2.0)
285291
ast (~> 2.4.1)
286292
plist (3.6.0)
287293
progress_bar (1.3.3)
@@ -306,21 +312,31 @@ GEM
306312
rexml (3.2.5)
307313
rmagick (4.2.2)
308314
rouge (2.0.7)
315+
rspec (3.10.0)
316+
rspec-core (~> 3.10.0)
317+
rspec-expectations (~> 3.10.0)
318+
rspec-mocks (~> 3.10.0)
309319
rspec-core (3.10.1)
310320
rspec-support (~> 3.10.0)
321+
rspec-expectations (3.10.1)
322+
diff-lcs (>= 1.2.0, < 2.0)
323+
rspec-support (~> 3.10.0)
324+
rspec-mocks (3.10.2)
325+
diff-lcs (>= 1.2.0, < 2.0)
326+
rspec-support (~> 3.10.0)
311327
rspec-support (3.10.2)
312328
rspec_junit_formatter (0.4.1)
313329
rspec-core (>= 2, < 4, != 2.12.0)
314-
rubocop (1.15.0)
330+
rubocop (1.18.4)
315331
parallel (~> 1.10)
316332
parser (>= 3.0.0.0)
317333
rainbow (>= 2.2.2, < 4.0)
318334
regexp_parser (>= 1.8, < 3.0)
319335
rexml
320-
rubocop-ast (>= 1.5.0, < 2.0)
336+
rubocop-ast (>= 1.8.0, < 2.0)
321337
ruby-progressbar (~> 1.7)
322338
unicode-display_width (>= 1.4.0, < 3.0)
323-
rubocop-ast (1.6.0)
339+
rubocop-ast (1.8.0)
324340
parser (>= 3.0.1.1)
325341
rubocop-require_tools (0.1.2)
326342
rubocop (>= 0.49.1)
@@ -329,8 +345,8 @@ GEM
329345
rubocop-ast (>= 1.1.0)
330346
ruby-macho (1.4.0)
331347
ruby-progressbar (1.11.0)
332-
ruby2_keywords (0.0.4)
333-
rubyzip (2.3.0)
348+
ruby2_keywords (0.0.5)
349+
rubyzip (2.3.2)
334350
sawyer (0.8.2)
335351
addressable (>= 2.3.5)
336352
faraday (> 0.8, < 2.0)
@@ -349,7 +365,8 @@ GEM
349365
simplecov-html (~> 0.10.0)
350366
simplecov-html (0.10.2)
351367
terminal-notifier (2.0.0)
352-
terminal-table (1.6.0)
368+
terminal-table (1.8.0)
369+
unicode-display_width (~> 1.1, >= 1.1.1)
353370
thread_safe (0.3.6)
354371
trailblazer-option (0.1.1)
355372
tty-cursor (0.7.1)
@@ -364,19 +381,20 @@ GEM
364381
unf (0.1.4)
365382
unf_ext
366383
unf_ext (0.0.7.7)
367-
unicode-display_width (2.0.0)
384+
unicode-display_width (1.7.0)
368385
webmock (3.13.0)
369386
addressable (>= 2.3.6)
370387
crack (>= 0.3.2)
371388
hashdiff (>= 0.4.0, < 2.0.0)
372389
webrick (1.7.0)
373390
word_wrap (1.0.0)
374-
xcodeproj (1.19.0)
391+
xcodeproj (1.20.0)
375392
CFPropertyList (>= 2.3.3, < 4.0)
376393
atomos (~> 0.1.3)
377394
claide (>= 1.0.2, < 2.0)
378395
colored2 (~> 3.1)
379396
nanaimo (~> 0.3.0)
397+
rexml (~> 3.2.4)
380398
xcpretty (0.3.0)
381399
rouge (~> 2.0.7)
382400
xcpretty-travis-formatter (1.0.1)
@@ -396,6 +414,7 @@ DEPENDENCIES
396414
fastlane-plugin-wpmreleasetoolkit!
397415
pry (~> 0.12.2)
398416
rmagick (~> 4.1)
417+
rspec
399418
rspec_junit_formatter (~> 0.4.1)
400419
rubocop (~> 1.0)
401420
rubocop-require_tools (~> 0.1.2)
@@ -405,4 +424,4 @@ DEPENDENCIES
405424
yard
406425

407426
BUNDLED WITH
408-
2.2.23
427+
2.2.25
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '1.3.1'
3+
VERSION = '1.4.0'
44
end
55
end

0 commit comments

Comments
 (0)