From ef5a0cf8a1bcc88fd51b205f3c8490832546ac54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:10:44 +0000 Subject: [PATCH] build(deps): bump nokogiri from 1.13.7 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.7 to 1.14.3. - [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.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8726215..9e8dc89 100644 --- a/Gemfile +++ b/Gemfile @@ -44,5 +44,5 @@ gem 'github-pages', '227' gem 'html-pipeline', '2.14.2' gem 'sass', '3.7.4' gem 'safe_yaml', '1.0.5' -gem 'nokogiri', '1.13.7' +gem 'nokogiri', '1.14.3' gem 'webrick', '~> 1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 9e06b4d..c335d96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.16.3) - nokogiri (1.13.7-x86_64-linux) + nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -219,7 +219,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) - racc (1.6.0) + racc (1.6.2) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -253,7 +253,7 @@ GEM zeitwerk (2.6.1) PLATFORMS - ruby + x86_64-linux DEPENDENCIES github-pages (= 227) @@ -298,7 +298,7 @@ DEPENDENCIES kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.3) minima (= 2.5.1) - nokogiri (= 1.13.7) + nokogiri (= 1.14.3) rouge (= 3.26.0) safe_yaml (= 1.0.5) sass (= 3.7.4)