Commit c1630bed04268617c2055afcbf29c0c9d87ae1e3
1 parent
0ab749a4
Exists in
master
and in
21 other branches
Added patron for performance
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
lib/searchkick.rb
searchkick.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec| | @@ -20,6 +20,7 @@ Gem::Specification.new do |spec| | ||
20 | 20 | ||
21 | spec.add_dependency "activemodel" | 21 | spec.add_dependency "activemodel" |
22 | spec.add_dependency "elasticsearch" | 22 | spec.add_dependency "elasticsearch" |
23 | + spec.add_dependency "patron" # persistent http connections for performance | ||
23 | 24 | ||
24 | spec.add_development_dependency "bundler", "~> 1.3" | 25 | spec.add_development_dependency "bundler", "~> 1.3" |
25 | spec.add_development_dependency "rake" | 26 | spec.add_development_dependency "rake" |