- Add em-http-request

This commit is contained in:
Jordan Sissel 2010-11-16 07:19:17 +00:00
parent 9636f7fc42
commit 625c7a7a7c

View file

@ -15,6 +15,9 @@ Gem::Specification.new do |spec|
spec.add_dependency("json")
#spec.add_dependency("awesome_print")
# For http requests (elasticsearch, etc)
spec.add_dependency("em-http-request")
# For the 'grok' filter
#spec.add_dependency("jls-grok", ">= 0.2.3071")