From f337cb77a222f3a14102e598889ea398fdcd0f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 03:10:01 +0000 Subject: [PATCH] Bump nokogiri in /wordpress-bench/faker-press-testing Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.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.6.6.2...v1.10.10) Signed-off-by: dependabot[bot] --- wordpress-bench/faker-press-testing/Gemfile | 2 +- wordpress-bench/faker-press-testing/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wordpress-bench/faker-press-testing/Gemfile b/wordpress-bench/faker-press-testing/Gemfile index 2e7a430..9e08510 100644 --- a/wordpress-bench/faker-press-testing/Gemfile +++ b/wordpress-bench/faker-press-testing/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'faraday', '~> 0.9.1' gem 'faraday-cookie_jar', '~> 0.0.6' -gem 'nokogiri', '~> 1.6.6.2' +gem 'nokogiri', '~> 1.10.10' diff --git a/wordpress-bench/faker-press-testing/Gemfile.lock b/wordpress-bench/faker-press-testing/Gemfile.lock index 61122ab..89b4026 100644 --- a/wordpress-bench/faker-press-testing/Gemfile.lock +++ b/wordpress-bench/faker-press-testing/Gemfile.lock @@ -10,10 +10,10 @@ GEM http-cookie (~> 1.0.0) http-cookie (1.0.2) domain_name (~> 0.5) - mini_portile (0.6.2) + mini_portile2 (2.4.0) multipart-post (2.0.0) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) unf (0.1.4) unf_ext unf_ext (0.0.7.1) @@ -24,4 +24,4 @@ PLATFORMS DEPENDENCIES faraday (~> 0.9.1) faraday-cookie_jar (~> 0.0.6) - nokogiri (~> 1.6.6.2) + nokogiri (~> 1.10.10)