Skip to content

Commit 685f24f

Browse files
committed
fix: update nokogiri due to security
Signed-off-by: jmeridth <[email protected]>
1 parent fc45ebe commit 685f24f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22

33
gem "github-pages", "~> 232", group: :jekyll_plugins
4+
gem "nokogiri", ">= 1.18.3"
45

56
group :test do
67
gem "html-proofer"

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ PLATFORMS
349349
DEPENDENCIES
350350
github-pages (~> 232)
351351
html-proofer
352+
nokogiri (>= 1.18.3)
352353
rake
353354

354355
BUNDLED WITH

0 commit comments

Comments
 (0)