diff --git a/Gemfile b/Gemfile index 137e179..f46f3ad 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gem "webrick", "~> 1.8" gem "jekyll-sitemap" gem "jekyll-include-cache" gem "jekyll-seo-tag" -gem "nokogiri", "~> 1.18.4" # For HTML parsing in search database generation \ No newline at end of file +gem "nokogiri", "~> 1.18.8" # For HTML parsing in search database generation \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 14addcf..7021087 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,24 +79,24 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.8) - nokogiri (1.18.4) + nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.4-aarch64-linux-gnu) + nokogiri (1.18.8-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.4-aarch64-linux-musl) + nokogiri (1.18.8-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.4-arm-linux-gnu) + nokogiri (1.18.8-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.4-arm-linux-musl) + nokogiri (1.18.8-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.4-arm64-darwin) + nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.4-x86_64-darwin) + nokogiri (1.18.8-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.4-x86_64-linux-gnu) + nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.4-x86_64-linux-musl) + nokogiri (1.18.8-x86_64-linux-musl) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -180,7 +180,7 @@ DEPENDENCIES jekyll-include-cache jekyll-seo-tag jekyll-sitemap - nokogiri (~> 1.18.4) + nokogiri (~> 1.18.8) webrick (~> 1.8) RUBY VERSION