From 8a7bc7c881310fd9f5460280e774bd13076c2e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:10:43 +0000 Subject: [PATCH] Update active_storage_validations requirement from >= 0.9, < 2.0 to >= 0.9, < 4.0 Updates the requirements on [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) to permit the latest version. - [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases) - [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md) - [Commits](https://github.com/igorkasyanchuk/active_storage_validations/compare/0.9.8...3.0.4) --- updated-dependencies: - dependency-name: active_storage_validations dependency-version: 3.0.4 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..1a36048996a 100644 --- a/core/spree_core.gemspec +++ b/core/spree_core.gemspec @@ -53,5 +53,5 @@ Gem::Specification.new do |s| s.add_dependency 'validates_zipcode' s.add_dependency 'mini_magick', '~> 4.9', '>= 4.9.4' s.add_dependency 'image_processing', '~> 1.2' - s.add_dependency 'active_storage_validations', '>= 0.9', '< 2.0' + s.add_dependency 'active_storage_validations', '>= 0.9', '< 4.0' end