Skip to content

Commit

Permalink
Update elasticsearch requirement from ~> 1.0.14 to >= 1.0.14, < 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Dec 15, 2018
1 parent a1d8120 commit 38d8ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-elasticsearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength

s.add_runtime_dependency 'aws-es-transport', '~> 0.1'
s.add_runtime_dependency 'aws-sdk', ['>= 2.1.14', '< 2.5', '~> 2.1']
s.add_runtime_dependency 'elasticsearch', '~> 1.0.14'
s.add_runtime_dependency 'elasticsearch', '>= 1.0.14', '< 6.2.0'
s.add_runtime_dependency 'rest-client', '1.8.0'
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'

Expand Down

0 comments on commit 38d8ff0

Please sign in to comment.