From 200d0b227b6a91e7ac742106e9adcfbb8508ee8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 06:20:37 +0000 Subject: [PATCH] Update active_storage_validations requirement from ~> 0.9, <= 0.9.5 to ~> 0.9, <= 0.9.9 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/0.9.8) --- 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 154d7dae7c7..16c123f3a14 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', '<= 0.9.9' s.add_dependency 'activerecord-typedstore' end