From 72e372d3001da26caccce257ce8351cc7429b56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:35:26 -0500 Subject: [PATCH] Bump nokogiri from 1.15.1 to 1.15.6 (#53) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.1 to 1.15.6. - [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.15.1...v1.15.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index d819bad..cec1304 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,6 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] -gem "nokogiri", "~> 1.12" +gem "nokogiri", "~> 1.15" gem "webrick" gem "htmlbeautifier" diff --git a/Gemfile.lock b/Gemfile.lock index cf35d50..15ff5b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,14 +47,14 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - nokogiri (1.15.1-x86_64-darwin) + nokogiri (1.15.6-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.1-x86_64-linux) + nokogiri (1.15.6-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) - racc (1.6.2) + racc (1.7.3) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -69,8 +69,6 @@ GEM webrick (1.8.1) PLATFORMS - arm64-darwin-21 - x64-mingw-ucrt x86_64-darwin-19 x86_64-darwin-20 x86_64-darwin-21 @@ -82,7 +80,7 @@ DEPENDENCIES jekyll (~> 4.2.0) jekyll-feed (~> 0.12) jekyll-seo-tag - nokogiri (~> 1.12) + nokogiri (~> 1.15) tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1)