From 22db6be8fe812c1edc2abb4980cd7f0a7e2e71ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 20:59:37 +0000 Subject: [PATCH] chore(deps): bump nokogiri from 1.8.1 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 to 1.10.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.1...v1.10.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3be8ab8..1237121 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ require 'open-uri' versions = JSON.parse(open('https://pages.github.com/versions.json').read) gem 'github-pages', group: :jekyll_plugins -gem 'nokogiri', '~>1.8.1' +gem 'nokogiri', '~>1.10.10' diff --git a/Gemfile.lock b/Gemfile.lock index 9d0aee5..c298235 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,14 +158,14 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minima (2.1.1) jekyll (~> 3.3) minitest (5.10.2) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.14.0) @@ -194,7 +194,7 @@ PLATFORMS DEPENDENCIES github-pages - nokogiri (~> 1.8.1) + nokogiri (~> 1.10.10) BUNDLED WITH 1.16.0