Skip to content

Commit 2f3e77d

Browse files
committed
dependency logstash-core >= 2.0.0.snapshot < 3.0.0
1 parent fee6f19 commit 2f3e77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-output-tcp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
2121

2222
# Gem dependencies
23-
s.add_runtime_dependency "logstash-core", "~> 2.0.0.snapshot"
23+
s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0"
2424

2525
s.add_runtime_dependency 'logstash-codec-json'
2626
s.add_runtime_dependency 'stud'

0 commit comments

Comments
 (0)