From 91682317c9e4d587f4330911c6cda470e113a4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:29:49 +0000 Subject: [PATCH] Bump aws-sdk-ecs from 1.165.0 to 1.170.0 Bumps [aws-sdk-ecs](https://github.com/aws/aws-sdk-ruby) from 1.165.0 to 1.170.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9541279a..adbf1af2 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.7.0" -gem "aws-sdk-ecs", "~> 1.165.0" +gem "aws-sdk-ecs", "~> 1.170.0" 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 495fb040..d52b4213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,13 +79,13 @@ GEM activerecord (>= 5.2, < 8.0) activesupport (>= 5.2, < 8.0) aws-eventstream (1.3.0) - aws-partitions (1.1010.0) - aws-sdk-core (3.213.0) + aws-partitions (1.1014.0) + aws-sdk-core (3.214.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-ecs (1.165.0) + aws-sdk-ecs (1.170.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) aws-sdk-kms (1.71.0) @@ -409,7 +409,7 @@ PLATFORMS DEPENDENCIES audited (= 5.7.0) - aws-sdk-ecs (~> 1.165.0) + aws-sdk-ecs (~> 1.170.0) aws-sdk-s3 (~> 1.132) byebug cancancan (~> 3.5)