mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
bring in filewatch 0.3.2
This commit is contained in:
parent
4a012474e3
commit
9d4be968c9
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ end
|
|||
gem "cabin", "0.1.7" # 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
|
||||
gem "filewatch", "0.3.2" # for file tailing, BSD License
|
||||
gem "jls-grok", "0.9.4" # for grok filter, BSD License
|
||||
jruby? and gem "jruby-elasticsearch", "0.0.11" # BSD License
|
||||
gem "stomp" # for stomp protocol, Apache 2.0 License
|
||||
|
|
|
@ -10,7 +10,7 @@ GEM
|
|||
json
|
||||
columnize (0.3.4)
|
||||
ffi-rzmq (0.9.0)
|
||||
filewatch (0.3.0)
|
||||
filewatch (0.3.2)
|
||||
gelf (1.1.3)
|
||||
json
|
||||
gelfd (0.2.0)
|
||||
|
@ -64,7 +64,7 @@ DEPENDENCIES
|
|||
bunny
|
||||
cabin (= 0.1.7)
|
||||
ffi-rzmq (= 0.9.0)
|
||||
filewatch (= 0.3.0)
|
||||
filewatch (= 0.3.2)
|
||||
gelf
|
||||
gelfd (= 0.2.0)
|
||||
gmetric (= 0.1.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue