mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
b119e113c1
commit
b8cba25082
2 changed files with 1 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -20,6 +20,7 @@ gem "rubyzip", "~> 1.1.7", :group => :build
|
|||
gem "gems", "~> 0.8.3", :group => :build
|
||||
gem "rack-test", :require => "rack/test", :group => :development
|
||||
gem "flores", "~> 0.0.6", :group => :development
|
||||
gem "term-ansicolor", "~> 1.3.2", :group => :development
|
||||
gem "pleaserun"
|
||||
gem "logstash-input-heartbeat"
|
||||
gem "logstash-codec-collectd"
|
||||
|
|
|
@ -22,7 +22,6 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)
|
||||
gem.add_runtime_dependency "stud", "~> 0.0.19" #(Apache 2.0 license)
|
||||
gem.add_runtime_dependency "clamp", "~> 0.6.5" #(MIT license) for command line args/flags
|
||||
gem.add_runtime_dependency "term-ansicolor", "~> 1.3.2" # 1.4.0 uses ruby 2.0
|
||||
gem.add_runtime_dependency "filesize", "0.0.4" #(MIT license) for :bytes config validator
|
||||
gem.add_runtime_dependency "gems", "~> 0.8.3" #(MIT license)
|
||||
gem.add_runtime_dependency "concurrent-ruby", "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue