From 0f9ba04072f9a76fdf912736192dff5436b5ec0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 22:13:03 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.10.8 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.10.8. - [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.8) 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..d70cbf6b 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.8' gem 'jekyll-redirect-from' diff --git a/Gemfile.lock b/Gemfile.lock index 91ab776a..761676e4 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.8) + 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.8) therubyracer BUNDLED WITH