Skip to content

Commit

Permalink
Fix spree_core dependency to be anything in 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 13, 2012
1 parent 00ac6e8 commit 170878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_active_shipping.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_dependency('spree_core', '>= 1.0.0.rc3') s.add_dependency('spree_core', '~> 1.0.0')
s.add_dependency('active_shipping', '0.9.13') s.add_dependency('active_shipping', '0.9.13')
end end

0 comments on commit 170878f

Please sign in to comment.