From c2e50a67cd96b67efa6b138a3cdbd4bdf3cf4e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 21:24:06 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 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.2...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 d389f2a7..7aba5bc1 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.10.10' gem 'jekyll-redirect-from' diff --git a/Gemfile.lock b/Gemfile.lock index 91ab776a..92d94922 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,9 +26,9 @@ 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.4.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -47,7 +47,7 @@ DEPENDENCIES jekyll jekyll-redirect-from json (= 1.8.3) - nokogiri (~> 1.8.2) + nokogiri (~> 1.10.10) therubyracer BUNDLED WITH