From 4962894c937d929b7fce286e5417dc5b0183a75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:26:16 +0000 Subject: [PATCH] Bump rexml from 3.2.6 to 3.3.9 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.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.2.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2fbab66d..a40534cb 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'devise_ldap_authenticatable' #, github: 'cschiewek/devise_ldap_authenticata gem 'pg' gem "passenger", ">= 5.0.25", require: "phusion_passenger/rack_handler" -gem 'rexml', '3.2.6' # NOTE: v3.2.7 and up seem to be broken for now +gem 'rexml', '3.3.9' # NOTE: v3.2.7 and up seem to be broken for now # see https://github.com/ruby/rexml/issues/142, https://github.com/ruby/rexml/issues/131 gem 'yaml_db' # used to dump database to YAML diff --git a/Gemfile.lock b/Gemfile.lock index 312126d2..14c5a86d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.6) + rexml (3.3.9) rouge (4.1.2) ruby-progressbar (1.13.0) rubyzip (2.3.2) @@ -406,7 +406,7 @@ DEPENDENCIES rack rails (~> 7.0.6) rails-controller-testing - rexml (= 3.2.6) + rexml (= 3.3.9) rouge rubyzip sassc-rails