From 68d47f0c95975ea78a68eb29cd6954954edbeb81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 02:06:20 +0000 Subject: [PATCH] Bump nokogiri from 1.8.5 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 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.5...v1.10.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 12a1cdb..b43466b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' group :development, :test do gem 'jekyll', '~> 3.8.5' gem 'jekyll-sitemap', '~> 1.2' - gem 'nokogiri', '1.8.5' + gem 'nokogiri', '1.10.10' gem 'tzinfo', '>=1.2.5' gem 'tzinfo-data', '>=1.0.0' gem 'wdm', '>= 0.1.1' if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index fd766f4..609c97a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,13 +43,13 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.3.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) - nokogiri (1.8.5-x64-mingw32) - mini_portile2 (~> 2.3.0) - nokogiri (1.8.5-x86-mingw32) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.4.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + nokogiri (1.10.10-x64-mingw32) + mini_portile2 (~> 2.4.0) + nokogiri (1.10.10-x86-mingw32) + mini_portile2 (~> 2.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) rb-fsevent (0.10.3) @@ -68,7 +68,6 @@ GEM thread_safe (~> 0.1) tzinfo-data (1.2018.5) tzinfo (>= 1.0.0) - wdm (0.1.1) PLATFORMS ruby @@ -78,10 +77,9 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.8.5) jekyll-sitemap (~> 1.2) - nokogiri (= 1.8.5) + nokogiri (= 1.10.10) tzinfo (>= 1.2.5) tzinfo-data (>= 1.0.0) - wdm (>= 0.1.1) BUNDLED WITH 1.16.4