From edb410c42169ab51a2c68a67431e4be563c3fd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:32:39 +0000 Subject: [PATCH] build(deps): bump nokogiri from 1.15.6 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.5. - [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.6...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5568f84..34565f6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem 'jekyll-gist' gem 'kramdown-syntax-coderay' gem "webrick", "~> 1.8" -gem "nokogiri", "1.15.6" +gem "nokogiri", "1.16.5" diff --git a/Gemfile.lock b/Gemfile.lock index 91e415d..e3d62d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,9 +226,9 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.15.6-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.6-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -278,7 +278,7 @@ DEPENDENCIES jekyll (= 3.9.5) jekyll-gist kramdown-syntax-coderay - nokogiri (= 1.15.6) + nokogiri (= 1.16.5) pygments.rb webrick (~> 1.8)