mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- Fixed LOGSTASH-226 in ruby-grok 0.9.4
This commit is contained in:
parent
1c9b2ff4c9
commit
d9ed1bea91
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -8,7 +8,7 @@ gem "cabin", "0.1.3" # 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 "jls-grok", "0.9.2" # for grok filter, 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
|
||||
gem "json" # Ruby license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue