We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030057f commit b7e6c47Copy full SHA for b7e6c47
sensu-plugins-elasticsearch.gemspec
@@ -34,7 +34,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
34
35
s.add_runtime_dependency 'aws-es-transport', '~> 0.1'
36
s.add_runtime_dependency 'aws-sdk', ['>= 2.1.14', '< 2.5', '~> 2.1']
37
- s.add_runtime_dependency 'elasticsearch', '~> 1.0.14'
+ s.add_runtime_dependency 'elasticsearch', '>= 1.0.14', '< 6.2.0'
38
s.add_runtime_dependency 'rest-client', '1.8.0'
39
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
40
0 commit comments