Skip to content

Commit

Permalink
Merge pull request spree-contrib#139 from spree-contrib/update_spree_…
Browse files Browse the repository at this point in the history
…dependencies

Set spree_backend to >= 3.1.0 and < 4.0 versions
  • Loading branch information
damianlegawiec authored Jul 15, 2016
2 parents 1d33d27 + 8565cc2 commit da6a91b
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 da6a91b

Please sign in to comment.