From ac2837ac862d20dfd50e8dc6cc1227495bbeb4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:12:20 +0000 Subject: [PATCH] Bump aws-sdk-codepipeline from 1.38.0 to 1.53.0 Bumps [aws-sdk-codepipeline](https://github.com/aws/aws-sdk-ruby) from 1.38.0 to 1.53.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/compare/v1.38.0...v1.53.0) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b2fc186..46bf4a3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "2.7.6" gem "aws-sdk-ssm", "~> 1.114" -gem "aws-sdk-codepipeline", "~> 1.38.0" +gem "aws-sdk-codepipeline", "~> 1.53.0" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap", ">= 4.3.1" gem "coffee-rails", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 627d582..d2a7b29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,9 +68,9 @@ GEM autoprefixer-rails (10.4.7.0) execjs (~> 2) aws-eventstream (1.2.0) - aws-partitions (1.594.0) - aws-sdk-codepipeline (1.38.0) - aws-sdk-core (~> 3, >= 3.109.0) + aws-partitions (1.595.0) + aws-sdk-codepipeline (1.53.0) + aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) aws-sdk-core (3.131.1) aws-eventstream (~> 1, >= 1.0.2) @@ -366,7 +366,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - aws-sdk-codepipeline (~> 1.38.0) + aws-sdk-codepipeline (~> 1.53.0) aws-sdk-ssm (~> 1.114) better_errors (< 2.9.2) bootsnap (>= 1.1.0)