From e35b5699e91281df4caec8baea62606c25008885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:12:16 +0000 Subject: [PATCH] Bump rexml from 3.2.5 to 3.3.3 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.3. - [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.5...v3.3.3) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6b3349b..0e65d17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,15 +3,18 @@ GEM specs: browserstack-local (1.3.0) childprocess (4.1.0) - rexml (3.2.5) + rexml (3.3.3) + strscan rubyzip (2.3.2) selenium-webdriver (4.1.0) childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) + strscan (3.1.0) PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES browserstack-local (= 1.3.0)