From 522dad39ffd6ea17eee5cce8b81c001dacd45d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:06:00 +0000 Subject: [PATCH] Update rexml requirement from ~> 3.2.5 to >= 3.2.5, < 3.4.0 Updates the requirements on [rexml](https://github.com/ruby/rexml) to permit the latest version. Updates `rexml` to 3.3.4 - [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.5...v3.3.4) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- activemerchant.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemerchant.gemspec b/activemerchant.gemspec index 78484f81232..9210ff1b678 100644 --- a/activemerchant.gemspec +++ b/activemerchant.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |s| s.add_dependency('builder', '>= 2.1.2', '< 4.0.0') s.add_dependency('i18n', '>= 0.6.9') s.add_dependency('nokogiri', '~> 1.4') - s.add_dependency('rexml', '~> 3.2.5') + s.add_dependency('rexml', '>= 3.2.5', '< 3.4.0') s.add_development_dependency('mocha', '~> 1') s.add_development_dependency('pry')