Skip to content

Commit

Permalink
Updated dependencies to include spree_promo
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed Mar 5, 2012
1 parent 8341916 commit 1a3eac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
source 'http://rubygems.org'

# TODO: remove when 1.0.0.beta or higher is released.
gem 'spree', :git => 'git://github.com/spree/spree.git'

group :test do
gem 'faker'
end
Expand Down
1 change: 1 addition & 0 deletions lib/spree_related_products.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'spree_core'
require 'spree_promo'

module SpreeRelatedProducts
class Engine < Rails::Engine
Expand Down
3 changes: 2 additions & 1 deletion spree_related_products.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |s|

s.has_rdoc = true

s.add_dependency 'spree_core', '>= 1.0.0.rc3'
s.add_dependency 'spree_core', '= 1.0.0'
s.add_dependency 'spree_promo', '= 1.0.0'

s.add_development_dependency 'factory_girl'
s.add_development_dependency 'rspec-rails', ' ~> 2.8.0.rc1'
Expand Down

0 comments on commit 1a3eac3

Please sign in to comment.