mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
bumping Gemfile
This commit is contained in:
parent
fc3cc76e0b
commit
d552e98929
1 changed files with 4 additions and 2 deletions
6
Gemfile
6
Gemfile
|
@ -1,13 +1,15 @@
|
|||
source :rubygems
|
||||
|
||||
gem "cabin", "0.4.1" # for logging. apache 2 license
|
||||
gem "cabin", "0.4.4" # for logging. apache 2 license
|
||||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
|
||||
gem "filewatch", "0.3.3" # for file tailing, BSD License
|
||||
gem "jls-grok", "0.10.6" # for grok filter, BSD License
|
||||
gem "aws-sdk" # for AWS access: SNS and S3 log tailing. Apache 2.0 License
|
||||
gem "jruby-elasticsearch", "0.0.11", :platforms => :jruby # BSD License
|
||||
#gem "lusis-jruby-elasticsearch", "0.0.13", :platforms => :jruby # BSD License
|
||||
# Placeholder so master ES works until @jordansissel push a new jruby-elasticsearch
|
||||
gem "lusis-jruby-elasticsearch", "0.0.13", :platforms => :jruby # BSD License
|
||||
gem "onstomp" # for stomp protocol, Apache 2.0 License
|
||||
gem "json" # Ruby license
|
||||
#gem "awesome_print" # MIT License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue