mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
4b8e4e7505
commit
ad109f0a5b
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: ./logstash-core
|
||||
specs:
|
||||
logstash-core (3.0.0.dev-java)
|
||||
cabin (~> 0.7.0)
|
||||
cabin (~> 0.8.0)
|
||||
clamp (~> 0.6.5)
|
||||
concurrent-ruby (= 0.9.2)
|
||||
filesize (= 0.0.4)
|
||||
|
@ -32,7 +32,7 @@ GEM
|
|||
backports (3.6.7)
|
||||
benchmark-ips (2.3.0)
|
||||
builder (3.2.2)
|
||||
cabin (0.7.2)
|
||||
cabin (0.8.1)
|
||||
childprocess (0.5.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
ci_reporter (2.0.0)
|
||||
|
|
|
@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_runtime_dependency "logstash-core-event-java", "~> 3.0.0.dev"
|
||||
|
||||
gem.add_runtime_dependency "cabin", "~> 0.7.0" #(Apache 2.0 license)
|
||||
gem.add_runtime_dependency "cabin", "~> 0.8.0" #(Apache 2.0 license)
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue