From e79fb40661e3c36822653d9e35e109f00485b74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 19:20:16 +0000 Subject: [PATCH] Bump nokogiri from 1.4.4 to 1.11.0 in /src/services/tests Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.4.4 to 1.11.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.4.4...v1.11.0) Signed-off-by: dependabot[bot] --- src/services/tests/Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/services/tests/Gemfile.lock b/src/services/tests/Gemfile.lock index d8c12c5d..66960792 100644 --- a/src/services/tests/Gemfile.lock +++ b/src/services/tests/Gemfile.lock @@ -19,11 +19,15 @@ GEM httpclient (2.2.0.2) json (1.4.6) json_pure (1.5.1) + mini_portile2 (2.5.0) nats (0.4.10) daemons (>= 1.1.0) eventmachine (>= 0.12.10) json_pure (>= 1.5.1) - nokogiri (1.4.4) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + racc (1.5.2) rake (0.8.7) rspec (1.3.0) rubyzip (0.9.4)