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