Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update minimum version of logstash-mixin-aws to support assume-role
Browse files Browse the repository at this point in the history
Fixes #51, #39
  • Loading branch information
lukewaite committed May 28, 2018
1 parent d8085ae commit 9a4677f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-input-cloudwatch_logs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

# Gem dependencies
s.add_runtime_dependency 'logstash-core-plugin-api', '>= 1.60', '<= 2.99'
s.add_runtime_dependency 'logstash-mixin-aws', '>= 4.0.0'
s.add_runtime_dependency 'logstash-mixin-aws', '>= 4.3.0'
s.add_runtime_dependency 'stud', '~> 0.0.22'

s.add_development_dependency 'logstash-devutils'
Expand Down

0 comments on commit 9a4677f

Please sign in to comment.