Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update gemspec to support spree 1-2-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Sep 4, 2012
1 parent eea8a58 commit f9a3c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spree_email_to_friend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.requirements << 'none'

s.add_dependency 'spree_core', '>= 1.0.0'
s.add_dependency 'spree_auth', '>= 1.0.0'
s.add_dependency 'spree_core', '~> 1.2.0'
s.add_dependency 'recaptcha', '>= 0.3.1'
s.add_development_dependency 'rspec-rails'
end

0 comments on commit f9a3c2a

Please sign in to comment.