From e89eff4b322dc9249b4077c26444af6e566ccf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:26:39 +0000 Subject: [PATCH] Bump nokogiri from 1.16.7 to 1.17.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.17.1. - [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.7...v1.17.1) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 17ba11a..a11d7cb 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'redcarpet', '~> 3.6' gem 'pygments.rb', '~> 2.4' # 1.14.0 is Ruby 2.7 only -gem 'nokogiri', '~> 1.16.7' +gem 'nokogiri', '~> 1.17.1' # 1.17.0 does not seem to work on Ruby 2.6: # https://github.com/perlun/perlun.eu.org/actions/runs/9685245708/job/26724904172?pr=50. diff --git a/Gemfile.lock b/Gemfile.lock index 8a8043d..64b70a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,18 +66,18 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) minitest (5.23.1) - nokogiri (1.16.7) + nokogiri (1.17.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.17.1-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.1.1) pygments.rb (2.4.1) - racc (1.8.0) + racc (1.8.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -107,7 +107,7 @@ DEPENDENCIES jekyll-multiple-languages-plugin! jekyll-paginate (~> 1.1) jemoji (~> 0.13) - nokogiri (~> 1.16.7) + nokogiri (~> 1.17.1) pygments.rb (~> 2.4) redcarpet (~> 3.6)