From 1040a0d7e97f2031d5a13d362ee9b705f3ed7a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:23:37 +0800 Subject: [PATCH] Bump nokogiri from 1.10.1 to 1.10.4 in /examples/ruby/parse (#1291) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.1 to 1.10.4. - [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.10.1...v1.10.4) Signed-off-by: dependabot[bot] --- examples/ruby/parse/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ruby/parse/Gemfile.lock b/examples/ruby/parse/Gemfile.lock index f8a7a823..856fde59 100644 --- a/examples/ruby/parse/Gemfile.lock +++ b/examples/ruby/parse/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: mini_portile2 (2.4.0) - nokogiri (1.10.1) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) PLATFORMS