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 May 8, 2019
1 parent 2519dcf commit ecf4fd7
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', '< 7.1.0'
s.add_runtime_dependency 'rest-client', '1.8.0'
s.add_runtime_dependency 'sensu-plugin', '~> 4.0'

Expand Down

0 comments on commit ecf4fd7

Please sign in to comment.