From 85719b508c3a3d97e5cfe7e51c4ed23b543fb1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:04:00 +0000 Subject: [PATCH] Bump nokogiri from 1.13.7 to 1.14.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.7 to 1.14.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.13.7...v1.14.4) --- 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 bf248e13..4c3adb9c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'redcarpet' gem 'rake' gem 'gemoji' gem 'therubyracer' -gem 'nokogiri', '1.13.7' +gem 'nokogiri', '1.14.4' gem 'git' gem 'metainspector' gem 'kramdown-parser-gfm', '1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5d33fd6e..c6c7f2a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,18 +88,18 @@ GEM fastimage (~> 2.2) nesty (~> 1.0) nokogiri (~> 1.13) - mini_portile2 (2.8.0) + mini_portile2 (2.8.2) nesty (1.0.2) - nokogiri (1.13.7) + nokogiri (1.14.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.7-x86_64-linux) + nokogiri (1.14.4-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.15) public_suffix (5.0.0) - racc (1.6.0) + racc (1.6.2) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -138,7 +138,7 @@ DEPENDENCIES jekyll-sitemap (= 1.4.0) kramdown-parser-gfm (= 1.1.0) metainspector - nokogiri (= 1.13.7) + nokogiri (= 1.14.4) rake redcarpet therubyracer