mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Add a runtime dependency on mime-types gem
This commit is contained in:
parent
8f07f8388b
commit
09b817c7ce
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency "rack" #(MIT license)
|
||||
gem.add_runtime_dependency "sass" #(MIT license)
|
||||
gem.add_runtime_dependency "sinatra" #(MIT license)
|
||||
gem.add_runtime_dependency "mime-types" #(GPL 2.0)
|
||||
|
||||
# Input/Output/Filter dependencies
|
||||
#TODO Can these be optional?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue