Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Closed
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 @@ -62,7 +62,7 @@ gem "sentry-ruby"
gem "validate_url"

# For pausing pipelines
gem "aws-sdk-codepipeline", "~> 1.97"
gem "aws-sdk-codepipeline", "~> 1.98"

# For pagination in the API
gem "kaminari"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ GEM
activesupport
ast (2.4.3)
aws-eventstream (1.3.2)
aws-partitions (1.1098.0)
aws-sdk-codepipeline (1.97.0)
aws-partitions (1.1101.0)
aws-sdk-codepipeline (1.98.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.223.0)
Expand Down Expand Up @@ -376,7 +376,7 @@ DEPENDENCIES
aasm (~> 5.5)
acts_as_list
after_commit_everywhere (~> 1.6)
aws-sdk-codepipeline (~> 1.97)
aws-sdk-codepipeline (~> 1.98)
bootsnap
brakeman
bundler-audit
Expand Down
Loading