From 417643020184a9d3ecc9eef89a38b07a41b6b171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 18:58:02 +0000 Subject: [PATCH] Bump nokogiri from 1.14.0 to 1.15.0 in /examples/ruby Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.0 to 1.15.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.14.0...v1.15.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/ruby/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ruby/Gemfile.lock b/examples/ruby/Gemfile.lock index 49c62eb5b72f..898b7fb8206a 100644 --- a/examples/ruby/Gemfile.lock +++ b/examples/ruby/Gemfile.lock @@ -5,11 +5,11 @@ GEM diff-lcs (1.5.0) ffi (1.15.5) json (2.6.3) - nokogiri (1.14.0-arm64-darwin) + nokogiri (1.15.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.0-x86_64-darwin) + nokogiri (1.15.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.0-x86_64-linux) + nokogiri (1.15.0-x86_64-linux) racc (~> 1.4) parallel (1.22.1) parser (3.2.0.0)