From 174aee52468d4e5d9f0bec3bb87fe45d8a8cdcf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:40:54 +0000 Subject: [PATCH] Bump rexml Bumps the bundler group with 1 update in the /packages/cli-kit/assets/cli-ruby directory: [rexml](https://github.com/ruby/rexml). Updates `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 dependency-group: bundler ... Signed-off-by: dependabot[bot] --- packages/cli-kit/assets/cli-ruby/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/cli-kit/assets/cli-ruby/Gemfile.lock b/packages/cli-kit/assets/cli-ruby/Gemfile.lock index 92a65a8bf2..9b87599afa 100644 --- a/packages/cli-kit/assets/cli-ruby/Gemfile.lock +++ b/packages/cli-kit/assets/cli-ruby/Gemfile.lock @@ -84,7 +84,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.2.0) - rexml (3.2.5) + rexml (3.3.3) + strscan rubocop (1.25.1) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -103,6 +104,7 @@ GEM rubocop-shopify (2.0.1) rubocop (~> 1.11) ruby-progressbar (1.11.0) + strscan (3.1.0) sys-uname (1.2.2) ffi (~> 1.1) timecop (0.9.4)