Skip to content

Commit

Permalink
Lock active_storage_validations to 0.9.5, 0.9.6 broke our test builds (
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Nov 24, 2021
1 parent a0137d7 commit 9a13cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ 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'
s.add_dependency 'active_storage_validations', '~> 0.9', '<= 0.9.5'
s.add_dependency 'activerecord-typedstore'
end

0 comments on commit 9a13cc1

Please sign in to comment.