Skip to content
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ gem "validate_url"
gem "paper_trail"

# For AWS interactions
gem "aws-sdk-cloudwatch", "~> 1.142"
gem "aws-sdk-codepipeline", "~> 1.117"
gem "aws-sdk-cloudwatch", "~> 1.144"
gem "aws-sdk-codepipeline", "~> 1.118"

# For Mailchimp audience integration
gem "MailchimpMarketing", "~> 3.0"
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ GEM
auth-sanitizer (0.2.1)
version_gem (~> 1.1, >= 1.1.10)
aws-eventstream (1.4.0)
aws-partitions (1.1267.0)
aws-sdk-cloudwatch (1.142.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-partitions (1.1271.0)
aws-sdk-cloudwatch (1.144.0)
aws-sdk-core (~> 3, >= 3.254.0)
aws-sigv4 (~> 1.5)
aws-sdk-codepipeline (1.117.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sdk-codepipeline (1.118.0)
aws-sdk-core (~> 3, >= 3.254.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.252.0)
aws-sdk-core (3.254.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand Down Expand Up @@ -783,8 +783,8 @@ DEPENDENCIES
aasm (~> 6.0)
acts_as_list
after_commit_everywhere (~> 1.6)
aws-sdk-cloudwatch (~> 1.142)
aws-sdk-codepipeline (~> 1.117)
aws-sdk-cloudwatch (~> 1.144)
aws-sdk-codepipeline (~> 1.118)
axe-core-rspec
bootsnap
brakeman (~> 8.0.5)
Expand Down Expand Up @@ -857,10 +857,10 @@ CHECKSUMS
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
auth-sanitizer (0.2.1) sha256=917dcf01f7589b06c26726afe90568cf2fb29d37a1f94facfc664f11967cc577
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
aws-partitions (1.1267.0) sha256=15a4c6bef8c303b09a1452c675cecb1ace0238dc91e26fe4646c5d761cb2221e
aws-sdk-cloudwatch (1.142.0) sha256=1a134712156838f1c5fe2bfeb9c4b36ebe5a9dce1ddd99159fceb628c00c3d81
aws-sdk-codepipeline (1.117.0) sha256=8f57ad1d7155c6e2ddd67c9591c19952d0dab10402d09c8d358e4b0c2b5fc605
aws-sdk-core (3.252.0) sha256=09c042cbfc2acf2239441cc9b982ebab2a999bed2ef6bdc51849e7b3d6e48a1c
aws-partitions (1.1271.0) sha256=a078db0fa59bb5beeceef56b3a482140179ece702ee94fbc94196e2281296c0c
aws-sdk-cloudwatch (1.144.0) sha256=d10fe44e6adb663a3bdece80c6c10e22453a788433512e4d25f1b794072a54ae
aws-sdk-codepipeline (1.118.0) sha256=197a97d1b532484f38d87b7c3ceccf50afed2db27ed1807a2e9cad7b8962f14e
aws-sdk-core (3.254.0) sha256=ee3e3220b8468a3c9e59daba18e6ec897bf5c7ce8adcc0670cfa2f1f092112fe
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
axe-core-api (4.12.0) sha256=9d0284681faacfc0d8609f13da389483814e9ab545b01e99909a6d8fdc312d72
axe-core-rspec (4.12.0) sha256=0ddd7af16b2959bfa24562bc8ebdcbbe4d7aa2e3b495591f3cd9969033f01021
Expand Down