From 7c920381d2812213b453d5ff6e944dc1088ff57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:56:02 +0000 Subject: [PATCH] Bump aws-sdk-codepipeline from 1.91.0 to 1.92.0 Bumps [aws-sdk-codepipeline](https://github.com/aws/aws-sdk-ruby) from 1.91.0 to 1.92.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-codepipeline/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-codepipeline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9781fb9bc..9dceee0ae 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem "paper_trail" # For AWS interactions gem "aws-sdk-cloudwatch", "~> 1.108" -gem "aws-sdk-codepipeline", "~> 1.91" +gem "aws-sdk-codepipeline", "~> 1.92" # For Mailchimp audience integration gem "MailchimpMarketing", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index f1038c7c7..1281323e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,11 +107,11 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) aws-eventstream (1.3.0) - aws-partitions (1.1018.0) + aws-partitions (1.1027.0) aws-sdk-cloudwatch (1.108.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-codepipeline (1.91.0) + aws-sdk-codepipeline (1.92.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) aws-sdk-core (3.214.0) @@ -523,7 +523,7 @@ DEPENDENCIES MailchimpMarketing (~> 3.0) activeresource (~> 6.1) aws-sdk-cloudwatch (~> 1.108) - aws-sdk-codepipeline (~> 1.91) + aws-sdk-codepipeline (~> 1.92) axe-core-rspec bootsnap brakeman (~> 6.2.2)