Skip to content

Commit

Permalink
Set spree_backend to >= 3.1.0 and < 4.0 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauazua authored Jul 15, 2016
1 parent 1d33d27 commit 8565cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_product_assembly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_backend', '~> 3.2.0.alpha'
s.add_dependency 'spree_backend', '>= 3.1.0', '< 4.0'

s.add_development_dependency 'active_model_serializers', '~> 0.8.3'
s.add_development_dependency 'capybara', '~> 2.5'
Expand Down

0 comments on commit 8565cc2

Please sign in to comment.