Skip to content

Commit

Permalink
fix dependency to use the latest version available
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pijnenburg authored and jordansissel committed Nov 5, 2014
1 parent 6e17866 commit d536b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-output-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'logstash-codec-json'

s.add_runtime_dependency 'jar-dependencies', ['~> 0.1.0']
s.add_runtime_dependency 'jar-dependencies'

s.add_runtime_dependency 'jruby-kafka', ['>=0.2.1']
end

0 comments on commit d536b84

Please sign in to comment.