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)