mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
bump grok
This commit is contained in:
parent
7c550e8e84
commit
787134efbf
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ 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.5" # for grok filter, BSD License
|
||||
gem "jls-grok", "0.10.6" # for grok filter, BSD License
|
||||
gem "jruby-elasticsearch", "0.0.11", :platforms => :jruby # BSD License
|
||||
gem "stomp" # for stomp protocol, Apache 2.0 License
|
||||
gem "json" # Ruby license
|
||||
|
|
|
@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "gelf" # outputs/gelf, # License: MIT-style
|
||||
spec.add_dependency "gmetric", "~> 0.1.3" # outputs/ganglia, # License: MIT
|
||||
spec.add_dependency "haml" # License: MIT
|
||||
spec.add_dependency "jls-grok", "0.10.5" # for grok filter, BSD License
|
||||
spec.add_dependency "jls-grok", "0.10.6" # for grok filter, BSD License
|
||||
spec.add_dependency "jruby-elasticsearch", "~> 0.0.11" # BSD License
|
||||
spec.add_dependency "jruby-openssl" # For enabling SSL support, CPL/GPL 2.0
|
||||
spec.add_dependency "json" # Ruby license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue