From 54f0d84b31f929fff62746bf974e554125d9abcd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 07:20:52 +0000 Subject: [PATCH] Update aws-sdk-cognitoidentityprovider requirement from >= 1.46, < 1.49 to >= 1.46, < 1.50 Updates the requirements on [aws-sdk-cognitoidentityprovider](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-cognitoidentityprovider/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.46.0...v1.49.0) Signed-off-by: dependabot-preview[bot] --- train-aws.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train-aws.gemspec b/train-aws.gemspec index a1321fc..b5a0875 100644 --- a/train-aws.gemspec +++ b/train-aws.gemspec @@ -76,7 +76,7 @@ Gem::Specification.new do |spec| spec.add_dependency "aws-sdk-codepipeline", "~> 1.0" # spec.add_dependency "aws-sdk-codestar", "~> 1.0" spec.add_dependency "aws-sdk-cognitoidentity", ">= 1.26", "< 1.31" - spec.add_dependency "aws-sdk-cognitoidentityprovider", ">= 1.46", "< 1.49" + spec.add_dependency "aws-sdk-cognitoidentityprovider", ">= 1.46", "< 1.50" # spec.add_dependency "aws-sdk-cognitosync", "~> 1.0" # spec.add_dependency "aws-sdk-comprehend", "~> 1.0" # spec.add_dependency "aws-sdk-comprehendmedical", "~> 1.0"