Skip to content

Commit 1e19b87

Browse files
authored
Merge pull request #601 from Automattic/security/update-nokogiri
Update release-toolkit to latest version
2 parents 30bc931 + b81ca12 commit 1e19b87

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
gem 'danger-dangermattic', '~> 1.1'
66
gem 'fastlane', '~> 2.222'
7-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 11.0'
7+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.0'
88
gem 'rubocop', '~> 1.65'

Gemfile.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1)
8+
activesupport (8.0.2)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
@@ -16,6 +17,7 @@ GEM
1617
minitest (>= 5.1)
1718
securerandom (>= 0.3)
1819
tzinfo (~> 2.0, >= 2.0.5)
20+
uri (>= 0.13.1)
1921
addressable (2.8.7)
2022
public_suffix (>= 2.0.2, < 7.0)
2123
artifactory (3.0.17)
@@ -39,8 +41,9 @@ GEM
3941
aws-eventstream (~> 1, >= 1.0.2)
4042
babosa (1.0.4)
4143
base64 (0.2.0)
42-
bigdecimal (3.1.8)
43-
buildkit (1.6.0)
44+
benchmark (0.4.0)
45+
bigdecimal (3.1.9)
46+
buildkit (1.6.1)
4447
sawyer (>= 0.6)
4548
chroma (0.2.0)
4649
claide (1.1.0)
@@ -52,8 +55,8 @@ GEM
5255
colored2 (3.1.2)
5356
commander (4.6.0)
5457
highline (~> 2.0.0)
55-
concurrent-ruby (1.3.4)
56-
connection_pool (2.4.1)
58+
concurrent-ruby (1.3.5)
59+
connection_pool (2.5.0)
5760
cork (0.3.0)
5861
colored2 (~> 3.1)
5962
danger (9.5.0)
@@ -79,7 +82,7 @@ GEM
7982
danger
8083
rubocop (~> 1.0)
8184
declarative (0.0.20)
82-
diffy (3.4.2)
85+
diffy (3.4.3)
8386
digest-crc (0.6.5)
8487
rake (>= 12.0.0, < 14.0.0)
8588
domain_name (0.6.20240107)
@@ -159,7 +162,7 @@ GEM
159162
xcodeproj (>= 1.13.0, < 2.0.0)
160163
xcpretty (~> 0.3.0)
161164
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
162-
fastlane-plugin-wpmreleasetoolkit (11.1.0)
165+
fastlane-plugin-wpmreleasetoolkit (13.1.0)
163166
activesupport (>= 6.1.7.1)
164167
buildkit (~> 1.5)
165168
chroma (= 0.2.0)
@@ -168,7 +171,7 @@ GEM
168171
git (~> 1.3)
169172
google-cloud-storage (~> 1.31)
170173
java-properties (~> 0.3.0)
171-
nokogiri (~> 1.11, < 1.17)
174+
nokogiri (~> 1.11)
172175
octokit (~> 6.1)
173176
parallel (~> 1.14)
174177
plist (~> 3.1)
@@ -220,7 +223,7 @@ GEM
220223
http-cookie (1.0.7)
221224
domain_name (~> 0.5)
222225
httpclient (2.8.3)
223-
i18n (1.14.6)
226+
i18n (1.14.7)
224227
concurrent-ruby (~> 1.0)
225228
java-properties (0.3.0)
226229
jmespath (1.6.2)
@@ -232,19 +235,19 @@ GEM
232235
kramdown-parser-gfm (1.1.0)
233236
kramdown (~> 2.0)
234237
language_server-protocol (3.17.0.3)
235-
logger (1.6.1)
238+
logger (1.7.0)
236239
mini_magick (4.13.2)
237240
mini_mime (1.1.5)
238-
minitest (5.25.1)
241+
minitest (5.25.5)
239242
multi_json (1.15.0)
240243
multipart-post (2.4.1)
241244
nanaimo (0.3.0)
242245
nap (1.1.0)
243246
naturally (2.2.1)
244247
nkf (0.2.0)
245-
nokogiri (1.16.7-arm64-darwin)
248+
nokogiri (1.18.7-arm64-darwin)
246249
racc (~> 1.4)
247-
nokogiri (1.16.7-x86_64-linux)
250+
nokogiri (1.18.7-x86_64-linux-gnu)
248251
racc (~> 1.4)
249252
octokit (6.1.1)
250253
faraday (>= 1, < 3)
@@ -265,7 +268,7 @@ GEM
265268
racc (1.8.1)
266269
rainbow (3.1.1)
267270
rake (13.2.1)
268-
rake-compiler (1.2.7)
271+
rake-compiler (1.2.9)
269272
rake
270273
rchardet (1.8.0)
271274
regexp_parser (2.9.2)
@@ -294,7 +297,7 @@ GEM
294297
sawyer (0.9.2)
295298
addressable (>= 2.3.5)
296299
faraday (>= 0.17.3, < 3)
297-
securerandom (0.3.1)
300+
securerandom (0.4.1)
298301
security (0.1.5)
299302
signet (0.19.0)
300303
addressable (~> 2.8)
@@ -316,6 +319,7 @@ GEM
316319
concurrent-ruby (~> 1.0)
317320
uber (0.1.0)
318321
unicode-display_width (2.6.0)
322+
uri (1.0.3)
319323
word_wrap (1.0.0)
320324
xcodeproj (1.25.0)
321325
CFPropertyList (>= 2.3.3, < 4.0)
@@ -330,13 +334,12 @@ GEM
330334
xcpretty (~> 0.2, >= 0.0.7)
331335

332336
PLATFORMS
333-
arm64-darwin-23
334-
x86_64-linux
337+
ruby
335338

336339
DEPENDENCIES
337340
danger-dangermattic (~> 1.1)
338341
fastlane (~> 2.222)
339-
fastlane-plugin-wpmreleasetoolkit (~> 11.0)
342+
fastlane-plugin-wpmreleasetoolkit (~> 13.0)
340343
rubocop (~> 1.65)
341344

342345
BUNDLED WITH

0 commit comments

Comments
 (0)