From 806ee73c1fc64277460b6d0b765f24bce19272a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 2 Nov 2018 05:23:21 +0000 Subject: [PATCH] Update aws-sdk requirement Updates the requirements on [aws-sdk](https://github.com/aws/aws-sdk-ruby) to permit the latest version. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits/v2.11.162) Signed-off-by: dependabot[bot] --- sensu-plugins-elasticsearch.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-elasticsearch.gemspec b/sensu-plugins-elasticsearch.gemspec index ce9dc2a..939e7c7 100644 --- a/sensu-plugins-elasticsearch.gemspec +++ b/sensu-plugins-elasticsearch.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.version = SensuPluginsElasticsearch::Version::VER_STRING 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 'aws-sdk', '>= 2.1.14', '< 3.1' s.add_runtime_dependency 'elasticsearch', '~> 1.0.14' s.add_runtime_dependency 'rest-client', '1.8.0' s.add_runtime_dependency 'sensu-plugin', '~> 1.2'