From 3310ea0669e0994a86f91f9ff38e4c0e58265cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:21:41 -0500 Subject: [PATCH] Bump rexml from 3.3.6 to 3.3.9 (#1235) Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 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.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 14f3316af..4eef1e887 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rack', '>= 2.2.8.1' gem 'rack-cors', require: 'rack/cors' # CORS gem 'rails-html-sanitizer', '>= 1.4.4' gem 'rainbow' -gem 'rexml', '~> 3.3.6' +gem 'rexml', '~> 3.3.9' gem 'roo', '~> 2.10' gem 'roo-xls', '~> 1.2' gem 'ruby-saml' diff --git a/Gemfile.lock b/Gemfile.lock index d88ec4645..638cc989c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,8 +376,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan + rexml (3.3.9) roo (2.10.1) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) @@ -491,7 +490,6 @@ GEM stringio (3.1.1) strong_migrations (1.8.0) activerecord (>= 5.2) - strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) terser (1.2.4) @@ -580,7 +578,7 @@ DEPENDENCIES rails-controller-testing rails-html-sanitizer (>= 1.4.4) rainbow - rexml (~> 3.3.6) + rexml (~> 3.3.9) roo (~> 2.10) roo-xls (~> 1.2) rspec-rails