From ce805b1616adb45d52d9557d91af8392f17a90f9 Mon Sep 17 00:00:00 2001 From: Thomas Scherz Date: Tue, 23 Jul 2024 12:53:35 -0400 Subject: [PATCH] Updates rexml version. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0fa8bf6..b6d70f6 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'rails-controller-testing' # Use rubocop for static code analysis gem 'rubocop' # bundler audit -gem 'rexml', '>= 3.2.7' +gem 'rexml', '>= 3.3.2' gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8d0cc90..5682f0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.1) + rexml (3.3.2) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -432,7 +432,7 @@ DEPENDENCIES rails-controller-testing rb-readline recaptcha - rexml (>= 3.2.7) + rexml (>= 3.3.2) rspec-rails (~> 4.1.0) rspec_junit_formatter rubocop