Spree 1.1 compatibility. Minor fix to shipping option filtering in checkout process

This commit is contained in:
Michael Bianco
2012-05-10 10:18:56 -04:00
parent c5f0c79a03
commit a8c27750ef
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'
s.required_ruby_version = '>= 1.8.7'
s.add_dependency('spree_core', '~> 1.0.0')
s.add_dependency('spree_core', '>= 1.0.0')
# test suite
s.add_development_dependency 'shoulda-matchers'