From 60c78d713f3ee9c936d27418b7053f6feb317600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:12:17 +0000 Subject: [PATCH] Update monetize requirement from ~> 1.9 to >= 1.9, < 3.0 in /sample Updates the requirements on [monetize](https://github.com/RubyMoney/monetize) to permit the latest version. - [Changelog](https://github.com/RubyMoney/monetize/blob/main/CHANGELOG.md) - [Commits](https://github.com/RubyMoney/monetize/compare/v1.9.0...v1.13.0) --- updated-dependencies: - dependency-name: monetize dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/spree_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/spree_core.gemspec b/core/spree_core.gemspec index 3d154e09069..27fc50d96da 100644 --- a/core/spree_core.gemspec +++ b/core/spree_core.gemspec @@ -43,7 +43,7 @@ Gem::Specification.new do |s| s.add_dependency 'highline', '~> 2.0' # Necessary for the install generator s.add_dependency 'kaminari', '~> 1.2' s.add_dependency 'money', '~> 6.13' - s.add_dependency 'monetize', '~> 1.9' + s.add_dependency 'monetize', '>= 1.9', '< 3.0' s.add_dependency 'paranoia', '~> 2.4' s.add_dependency 'ransack', '>= 2.3', '< 4.0' s.add_dependency 'rexml'