From 7730e3014f7292c84cf8aa89f33eea364eb6640d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:23:17 -0400 Subject: [PATCH] Bump rexml from 3.3.4 to 3.3.6 in the bundler group (#1191) Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.4 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.3.4...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 442e8831b..ccd435b9d 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.4' +gem 'rexml', '~> 3.3.6' gem 'roo', '~> 2.10' gem 'roo-xls', '~> 1.2' gem 'ruby-saml' diff --git a/Gemfile.lock b/Gemfile.lock index ace622423..da9a82a17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.4) + rexml (3.3.6) strscan roo (2.10.1) nokogiri (~> 1) @@ -580,7 +580,7 @@ DEPENDENCIES rails-controller-testing rails-html-sanitizer (>= 1.4.4) rainbow - rexml (~> 3.3.4) + rexml (~> 3.3.6) roo (~> 2.10) roo-xls (~> 1.2) rspec-rails