Skip to content

Commit b465cd7

Browse files
committed
Relax the dependencies on logstash-devutils
The right version for logstash-devutils will be selected on the logstash-core-plugin-api constraints Related to elastic/logstash-devutils#48 Fixes #126
1 parent 3ba5ce2 commit b465cd7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.0.2
2+
- relax constrains of `logstash-devutils` see https://github.com/elastic/logstash-devutils/issues/48
13
## 3.0.1
24
- Republish all the gems under jruby.
35
## 3.0.0

logstash-input-file.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-file'
4-
s.version = '3.0.1'
4+
s.version = '3.0.2'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Stream events from files."
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
s.add_runtime_dependency 'logstash-codec-multiline', ['~> 3.0']
2929

3030
s.add_development_dependency 'stud', ['~> 0.0.19']
31-
s.add_development_dependency 'logstash-devutils', ['~> 0.0.18']
31+
s.add_development_dependency 'logstash-devutils'
3232
s.add_development_dependency 'logstash-codec-json'
3333
s.add_development_dependency 'rspec-sequencing'
3434
end

0 commit comments

Comments
 (0)