From 79aa8b91923eefd7406313607ea2e2de3cde030e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:08:17 +0000 Subject: [PATCH] Bump rexml from 3.2.6 to 3.2.7 in /Example Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Example/Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Example/Gemfile.lock b/Example/Gemfile.lock index 8c1c64d..6db648c 100644 --- a/Example/Gemfile.lock +++ b/Example/Gemfile.lock @@ -71,8 +71,10 @@ GEM nap (1.1.0) netrc (0.11.0) public_suffix (5.0.3) - rexml (3.2.6) + rexml (3.2.7) + strscan (>= 3.0.9) ruby-macho (1.4.0) + strscan (3.1.0) thread_safe (0.3.6) typhoeus (1.4.0) ethon (>= 0.9.0) @@ -88,6 +90,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES cocoapods (= 1.10.0)