Skip to content

Commit

Permalink
Merge pull request #86 from solidusio-contrib/kennyadsl/relax-support
Browse files Browse the repository at this point in the history
Relax solidus_support dependency
  • Loading branch information
aldesantis authored Apr 24, 2020
2 parents 411f2b9 + 1ef58f9 commit 858cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_reviews.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|

s.add_dependency 'deface', '~> 1.0'
s.add_dependency 'solidus_core', ['>= 2.0.0', '< 3']
s.add_dependency 'solidus_support', '~> 0.4.0'
s.add_dependency 'solidus_support', '~> 0.5'

s.add_development_dependency 'solidus_dev_support'
end

0 comments on commit 858cf93

Please sign in to comment.