Skip to content

Commit

Permalink
Relax spree dependency for spree 1.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 9, 2012
1 parent 9beb980 commit 57124be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spree_sunspot_search.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency('spree_core', '~> 1.1.0')
s.add_dependency('sunspot_rails', '~> 1.3.2')
s.add_dependency('progress_bar', '0.4.0')
s.add_dependency 'spree_core', '~> 1.1'
s.add_dependency 'sunspot_rails', '~> 1.3.3'
s.add_dependency 'progress_bar', '0.4.0'
end

0 comments on commit 57124be

Please sign in to comment.