Skip to content

Commit

Permalink
Removed the upper spree limit
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Mar 17, 2021
1 parent 49de1e3 commit ef5b87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_related_products.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

spree_version = '>= 3.1.0', '< 5.0'
spree_version = '>= 3.1.0'
s.add_dependency 'spree_core', spree_version
s.add_dependency 'spree_backend', spree_version
s.add_runtime_dependency 'spree_extension'
Expand Down

0 comments on commit ef5b87d

Please sign in to comment.