mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Add 'rack' gem back in
This is required for 'logstash web' to serve Kibana and was removed accidentally. This fixes LOGSTASH-1918
This commit is contained in:
parent
83ab14983a
commit
15558b1e28
1 changed files with 1 additions and 2 deletions
|
@ -26,9 +26,8 @@ Gem::Specification.new do |gem|
|
||||||
|
|
||||||
# Web dependencies
|
# Web dependencies
|
||||||
gem.add_runtime_dependency "ftw", ["~> 0.0.39"] #(Apache 2.0 license)
|
gem.add_runtime_dependency "ftw", ["~> 0.0.39"] #(Apache 2.0 license)
|
||||||
gem.add_runtime_dependency "haml" #(MIT license)
|
|
||||||
gem.add_runtime_dependency "sass" #(MIT license)
|
|
||||||
gem.add_runtime_dependency "mime-types" #(GPL 2.0)
|
gem.add_runtime_dependency "mime-types" #(GPL 2.0)
|
||||||
|
gem.add_runtime_dependency "rack" # (MIT-style license)
|
||||||
|
|
||||||
# Input/Output/Filter dependencies
|
# Input/Output/Filter dependencies
|
||||||
#TODO Can these be optional?
|
#TODO Can these be optional?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue