Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Bump aws-sdk-codepipeline from 1.38.0 to 1.53.0 #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down