From 86c70a4ec9431e5cc6fe24a85358eb3f7b344642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:34:38 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.13.9. - [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.8.2...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d389f2a7..0e24b653 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'jekyll' gem "therubyracer" gem 'json', '1.8.3' -gem 'nokogiri', '~> 1.8.2' +gem 'nokogiri', '~> 1.13.9' gem 'jekyll-redirect-from' diff --git a/Gemfile.lock b/Gemfile.lock index 91ab776a..44d1b493 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,9 +26,11 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.3.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.8.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -47,7 +49,7 @@ DEPENDENCIES jekyll jekyll-redirect-from json (= 1.8.3) - nokogiri (~> 1.8.2) + nokogiri (~> 1.13.9) therubyracer BUNDLED WITH