From 7dda3c8c7c508e9559b235ae4ee339882cb767cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:57:36 +0000 Subject: [PATCH] chore(deps-dev): bump rexml from 3.2.5 to 3.3.6 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.6. - [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.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index adf60dd..b41cf40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,8 @@ GEM railties (>= 5.0) reverse_markdown (2.1.1) nokogiri - rexml (3.2.5) + rexml (3.3.6) + strscan rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -303,6 +304,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.4.4) + strscan (3.1.0) thor (1.2.1) tilt (2.0.10) timecop (0.9.5)