mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add cabin
This commit is contained in:
parent
3467c8868a
commit
6dcac8a051
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -4,6 +4,7 @@ def jruby?
|
|||
return RUBY_ENGINE == "jruby"
|
||||
end
|
||||
|
||||
gem "cabin" # for logging, Apache 2 license
|
||||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
gem "filewatch", "~> 0.3.0" # for file tailing, BSD License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue