Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
use newer RSolr
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetleon committed Dec 1, 2017
1 parent 7953db8 commit 26a7be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunspot/sunspot.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'rsolr', '~>1.0.7'
s.add_dependency 'rsolr', '~>2'
s.add_dependency 'pr_geohash', '~>1.0'

s.add_development_dependency 'rspec', '~>2.6.0'
Expand Down

0 comments on commit 26a7be4

Please sign in to comment.