mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- require bunny, not amqp.
This commit is contained in:
parent
08d2028a98
commit
54b2ab5a13
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency("em-websocket")
|
||||
|
||||
# For amqp://
|
||||
spec.add_dependency("amqp", "~> 0.6.5") # amqp 0.7.0 is incompatible for now.
|
||||
#spec.add_dependency("amqp", "~> 0.6.5") # amqp 0.7.0 is incompatible for now.
|
||||
spec.add_dependency("bunny")
|
||||
spec.add_dependency("uuidtools")
|
||||
|
||||
# For the web interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue