From 0542cbf489462643912d5e6095b299cb366a5018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 01:58:46 +0000 Subject: [PATCH] Update aws-partitions requirement from ~> 1.863.0 to >= 1.863, < 1.875 Updates the requirements on [aws-partitions](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/version-3/gems/aws-partitions/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-partitions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- train-aws.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train-aws.gemspec b/train-aws.gemspec index 1419909..49bce20 100644 --- a/train-aws.gemspec +++ b/train-aws.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| # Do not list train as a dependency of a train plugin. # full version sync - 02 DEC 2023 - spec.add_dependency "aws-partitions", "~> 1.863.0" + spec.add_dependency "aws-partitions", ">= 1.863", "< 1.875" spec.add_dependency "aws-sdk-account", "~> 1.20.0" spec.add_dependency "aws-sdk-accessanalyzer", "~> 1.44.0" # spec.add_dependency "aws-sdk-acm", "~> 1.64.0"