Skip to content
Merged
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 @@ -73,7 +73,7 @@ gem "paper_trail"

# For AWS interactions
gem "aws-sdk-cloudwatch", "~> 1.116"
gem "aws-sdk-codepipeline", "~> 1.101"
gem "aws-sdk-codepipeline", "~> 1.102"

# For Mailchimp audience integration
gem "MailchimpMarketing", "~> 3.0"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,21 @@ GEM
activesupport
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1114.0)
aws-partitions (1.1135.0)
aws-sdk-cloudwatch (1.116.0)
aws-sdk-core (~> 3, >= 3.225.0)
aws-sigv4 (~> 1.5)
aws-sdk-codepipeline (1.101.0)
aws-sdk-core (~> 3, >= 3.225.0)
aws-sdk-codepipeline (1.102.0)
aws-sdk-core (~> 3, >= 3.227.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.225.1)
aws-sdk-core (3.227.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
jmespath (~> 1, >= 1.6.1)
logger
aws-sigv4 (1.12.0)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
axe-core-api (4.10.3)
dumb_delegator
Expand Down Expand Up @@ -578,7 +578,7 @@ DEPENDENCIES
acts_as_list
after_commit_everywhere (~> 1.6)
aws-sdk-cloudwatch (~> 1.116)
aws-sdk-codepipeline (~> 1.101)
aws-sdk-codepipeline (~> 1.102)
axe-core-rspec
bootsnap
brakeman (~> 7.1.0)
Expand Down