From 4fc2b696dd243f47f44f7b7a207e5b55a001c0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:36:54 +0000 Subject: [PATCH] Bump aws-sdk-ecs from 1.126.0 to 1.160.0 Bumps [aws-sdk-ecs](https://github.com/aws/aws-sdk-ruby) from 1.126.0 to 1.160.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ecs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-ecs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 2a1c1cb7..8f22683f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby File.read(".ruby-version").strip gem "audited", "5.6.0" -gem "aws-sdk-ecs", "~> 1.126" +gem "aws-sdk-ecs", "~> 1.160" gem "aws-sdk-s3", "~> 1.132" gem "cancancan", "~> 3.5" gem "delayed_job_active_record", "4.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 59ccb64e..24ceddb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,16 +72,16 @@ GEM audited (5.6.0) activerecord (>= 5.2, < 7.2) activesupport (>= 5.2, < 7.2) - aws-eventstream (1.2.0) - aws-partitions (1.793.0) - aws-sdk-core (3.180.0) - aws-eventstream (~> 1, >= 1.0.2) + aws-eventstream (1.3.0) + aws-partitions (1.977.0) + aws-sdk-core (3.208.0) + aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.5) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-ecs (1.126.0) - aws-sdk-core (~> 3, >= 3.177.0) - aws-sigv4 (~> 1.1) + aws-sdk-ecs (1.160.0) + aws-sdk-core (~> 3, >= 3.207.0) + aws-sigv4 (~> 1.5) aws-sdk-kms (1.71.0) aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) @@ -89,7 +89,7 @@ GEM aws-sdk-core (~> 3, >= 3.179.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) - aws-sigv4 (1.6.0) + aws-sigv4 (1.10.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) bcrypt (3.1.18) @@ -379,7 +379,7 @@ PLATFORMS DEPENDENCIES audited (= 5.6.0) - aws-sdk-ecs (~> 1.126) + aws-sdk-ecs (~> 1.160) aws-sdk-s3 (~> 1.132) byebug cancancan (~> 3.5)