Skip to content

Commit 1fc84d2

Browse files
committed
Update required nokogiri version
The newest version 1.18.9 provides fixes for several libxml2 CVEs which is vendored in nokogiri.
1 parent a5aa660 commit 1fc84d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@ GEM
257257
mutex_m (0.3.0)
258258
net-http (0.6.0)
259259
uri
260-
nokogiri (1.18.8)
260+
nokogiri (1.18.9)
261261
mini_portile2 (~> 2.8.2)
262262
racc (~> 1.4)
263-
nokogiri (1.18.8-arm64-darwin)
263+
nokogiri (1.18.9-arm64-darwin)
264264
racc (~> 1.4)
265-
nokogiri (1.18.8-x86_64-darwin)
265+
nokogiri (1.18.9-x86_64-darwin)
266266
racc (~> 1.4)
267-
nokogiri (1.18.8-x86_64-linux-gnu)
267+
nokogiri (1.18.9-x86_64-linux-gnu)
268268
racc (~> 1.4)
269269
octokit (4.25.1)
270270
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)