Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarAliiev committed May 22, 2019
1 parent efed2a3 commit d3759af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions logstash-output-coralogix.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-coralogix'
s.version = '1.0.1'
s.date = '2019-05-13'
s.version = '1.0.2'
s.date = '2019-05-22'
s.licenses = ['Apache-2.0']
s.summary = 'Deliver the logs to Coralogix service.'
s.description = 'This gem is a Logstash output plugin to deliver the logs to Coralogix service.'
Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
# Gem dependencies
s.add_runtime_dependency 'logstash-core-plugin-api', '~> 2.0'
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'centralized_ruby_logger', '>= 0.0.14'
s.add_runtime_dependency 'centralized_ruby_logger', '>= 0.0.15'

s.add_development_dependency 'logstash-devutils'
end

0 comments on commit d3759af

Please sign in to comment.