From 4f97d85475acfa1ecce4844e9569fb6eede1388b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 10:13:22 +0000 Subject: [PATCH] build(deps): bump nokogiri from 1.16.8 to 1.18.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.8 to 1.18.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.8...v1.18.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 233db06..137e179 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.16.2" # For HTML parsing in search database generation \ No newline at end of file +gem "nokogiri", "~> 1.18.4" # For HTML parsing in search database generation \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index abaebcc..14addcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,20 +79,24 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.8) - nokogiri (1.16.8) + nokogiri (1.18.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.8-aarch64-linux) + nokogiri (1.18.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.16.8-arm-linux) + nokogiri (1.18.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.16.8-arm64-darwin) + nokogiri (1.18.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.16.8-x86-linux) + nokogiri (1.18.4-arm-linux-musl) racc (~> 1.4) - nokogiri (1.16.8-x86_64-darwin) + nokogiri (1.18.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) + nokogiri (1.18.4-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.18.4-x86_64-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.4-x86_64-linux-musl) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -176,7 +180,7 @@ DEPENDENCIES jekyll-include-cache jekyll-seo-tag jekyll-sitemap - nokogiri (~> 1.16.2) + nokogiri (~> 1.18.4) webrick (~> 1.8) RUBY VERSION