Skip to content

Commit 43d9f49

Browse files
Update active_storage_validations requirement from ~> 0.9, <= 0.9.5 to >= 0.9, <= 1.0.4, < 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.3) --- updated-dependencies: - dependency-name: active_storage_validations dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent baff859 commit 43d9f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/spree_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
5252
s.add_dependency 'stringex'
5353
s.add_dependency 'validates_zipcode'
5454
s.add_dependency 'image_processing', '~> 1.2'
55-
s.add_dependency 'active_storage_validations', '~> 0.9', '<= 0.9.5'
55+
s.add_dependency 'active_storage_validations', '>= 0.9', '<= 1.0.4', '< 2.0'
5656
s.add_dependency 'activerecord-typedstore'
5757
s.add_dependency 'mobility', '~> 1.2.9'
5858
s.add_dependency 'mobility-ransack', '~> 1.2.1'

0 commit comments

Comments
 (0)