mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
changes to gemfile and gemspec
This commit is contained in:
parent
473fa4541a
commit
e90a893554
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -12,6 +12,7 @@ gem "onstomp" # for stomp protocol, Apache 2.0 License
|
|||
gem "json" # Ruby license
|
||||
#gem "awesome_print" # MIT License
|
||||
gem "jruby-openssl", :platforms => :jruby # For enabling SSL support, CPL/GPL 2.0
|
||||
gem "mail" #outputs/email, # License: MIT License
|
||||
|
||||
gem "minitest" # License: Ruby
|
||||
gem "rack" # License: MIT
|
||||
|
|
|
@ -48,6 +48,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "stomp" # for stomp protocol, Apache 2.0 License
|
||||
spec.add_dependency "uuidtools" # for naming amqp queues, License ???
|
||||
spec.add_dependency "xmpp4r", "~> 0.5" # outputs/xmpp, # License: As-Is
|
||||
spec.add_dependency "mail" #outputs/email, # License: MIT License
|
||||
|
||||
spec.add_dependency("ffi-rzmq")
|
||||
spec.add_development_dependency 'mocha'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue