From 1cc73ef69cc5dd93a17c779f56fce8206166bf97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 22:00:25 +0000 Subject: [PATCH] chore(deps-dev): bump rexml from 3.2.6 to 3.2.8 in /rails Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [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.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rails/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index e8cb81b4..66fa8734 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -258,7 +258,8 @@ GEM railties (>= 3.2) tilt regexp_parser (2.9.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rgeo (2.4.0) rgeo-geojson (2.1.1) rgeo (>= 1.0.0) @@ -313,6 +314,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + strscan (3.1.0) terser (1.1.20) execjs (>= 0.3.0, < 3) thor (1.3.1)