Skip to content

Commit

Permalink
[GEM] Update "sunspot" gems to versions that support Rails 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Oct 15, 2011
1 parent 00fdeab commit d516440
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -63,6 +63,7 @@ require "#{File.dirname(__FILE__)}/lib/secrets_reader"
secrets = SecretsReader.read(:silent => true)
case secrets.search_engine
when 'sunspot'
gem 'sunspot', '1.2.1', :require => 'sunspot'
gem 'sunspot_rails', '1.2.1', :require => 'sunspot/rails'
sunspot_version = '1.3.0.rc4'
gem 'sunspot_rails', sunspot_version
gem 'sunspot_solr', sunspot_version
end

0 comments on commit d516440

Please sign in to comment.