From 0f7c97378ca32c52d69d8e30a5ad2cf9a2b05ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:28:34 +0000 Subject: [PATCH] Bump nokogiri from 1.6.1 to 1.6.8.1 in /bundle/wordpress.vim Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.1 to 1.6.8.1. - [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.6.1...v1.6.8.1) Signed-off-by: dependabot[bot] --- bundle/wordpress.vim/Gemfile | 2 +- bundle/wordpress.vim/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/wordpress.vim/Gemfile b/bundle/wordpress.vim/Gemfile index 7e9dab2..094627e 100644 --- a/bundle/wordpress.vim/Gemfile +++ b/bundle/wordpress.vim/Gemfile @@ -6,7 +6,7 @@ gem 'rspec-expectations', '~> 2.14.5' gem 'rspec-mocks', '~> 2.14.6' gem 'builder', '~> 3.2.2' -gem 'nokogiri', '~> 1.6.1' +gem 'nokogiri', '~> 1.6.8' gem 'sax-machine', '~> 0.2.1' gem 'encase', '~> 0.1.2' diff --git a/bundle/wordpress.vim/Gemfile.lock b/bundle/wordpress.vim/Gemfile.lock index 887d6cc..36da5fb 100644 --- a/bundle/wordpress.vim/Gemfile.lock +++ b/bundle/wordpress.vim/Gemfile.lock @@ -4,9 +4,9 @@ GEM builder (3.2.2) diff-lcs (1.2.5) encase (0.1.2) - mini_portile (0.5.2) - nokogiri (1.6.1) - mini_portile (~> 0.5.0) + mini_portile2 (2.1.0) + nokogiri (1.6.8.1) + mini_portile2 (~> 2.1.0) rake (10.2.2) riml (0.4.0) rspec-core (2.14.8) @@ -26,7 +26,7 @@ PLATFORMS DEPENDENCIES builder (~> 3.2.2) encase (~> 0.1.2) - nokogiri (~> 1.6.1) + nokogiri (~> 1.6.8) rake (~> 10.2.2) riml (~> 0.4.0) rspec-core (~> 2.14.8)