From f0dd5d6c3f0d92f29793e590496aa8befe30e195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:30:25 +0000 Subject: [PATCH] chore(deps-dev): bump rexml from 3.2.8 to 3.3.9 in /api Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.9. - [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.8...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- api/Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 6d9d1766..3c2e80ff 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -242,8 +242,7 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.9) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.1) @@ -301,7 +300,6 @@ GEM listen (>= 2.7, < 4.0) spring (>= 4) stringio (3.1.1) - strscan (3.1.0) thor (1.3.1) tilt (2.3.0) timeout (0.4.1)