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

Commit

Permalink
Bump aws-sdk-codepipeline from 1.38.0 to 1.53.0
Browse files Browse the repository at this point in the history
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](aws/aws-sdk-ruby@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2022
1 parent a3b3100 commit dc07cd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.6.3"

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
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ GEM
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.587.0)
aws-sdk-codepipeline (1.38.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-partitions (1.594.0)
aws-sdk-codepipeline (1.53.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.130.2)
aws-sdk-core (3.131.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ssm (1.137.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -356,7 +356,7 @@ PLATFORMS
ruby

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

0 comments on commit dc07cd3

Please sign in to comment.