From 31a033d6edfeaf9ad7d926711c7cf4b4fab37c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 06:19:02 +0000 Subject: [PATCH] Update active_storage_validations requirement from ~> 0.9, <= 0.9.5 to >= 0.9, <= 1.0.2, < 2.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/commits/1.0.1) --- updated-dependencies: - dependency-name: active_storage_validations 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 c8f197ec06c..65326f565fe 100644 --- a/core/spree_core.gemspec +++ b/core/spree_core.gemspec @@ -52,6 +52,6 @@ Gem::Specification.new do |s| s.add_dependency 'stringex' s.add_dependency 'validates_zipcode' s.add_dependency 'image_processing', '~> 1.2' - s.add_dependency 'active_storage_validations', '~> 0.9', '<= 0.9.5' + s.add_dependency 'active_storage_validations', '>= 0.9', '<= 1.0.2', '< 2.0' s.add_dependency 'activerecord-typedstore' end