Commit 50505c463250ae3a6ed47e3388ed154c7067c1b4
1 parent
74c758d2
Exists in
master
and in
21 other branches
Lock version of elasticsearch-ruby client to support 0.90 and 1.0 - fixes huge i…
…ssues w/ zero-downtime reindexing on 0.90 and elasticsearch-ruby 1.0
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
lib/searchkick/index.rb
searchkick.gemspec
... | ... | @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| |
19 | 19 | spec.require_paths = ["lib"] |
20 | 20 | |
21 | 21 | spec.add_dependency "activemodel" |
22 | - spec.add_dependency "elasticsearch" | |
22 | + spec.add_dependency "elasticsearch", "~> 0.4.11" | |
23 | 23 | spec.add_dependency "patron" # persistent http connections for performance |
24 | 24 | spec.add_dependency "hashie" |
25 | 25 | ... | ... |