logstash-output-statsd.gemspec in logstash-output-statsd-3.1.5 vs logstash-output-statsd.gemspec in logstash-output-statsd-3.2.0

- old
+ new

@@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = 'logstash-output-statsd' - s.version = '3.1.5' + s.version = '3.2.0' s.licenses = ['Apache License (2.0)'] s.summary = "Sends metrics using the `statsd` network daemon" 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" s.authors = ["Elastic"] s.email = 'info@elastic.co' @@ -21,9 +21,9 @@ # Gem dependencies s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99" s.add_runtime_dependency 'logstash-input-generator' - s.add_runtime_dependency 'statsd-ruby', ['1.2.0'] + s.add_runtime_dependency 'statsd-ruby', ['1.4.0'] s.add_development_dependency 'logstash-devutils' end