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 @@ -64,7 +64,7 @@ gem "validate_url"
gem "paper_trail"

# For AWS interactions
gem "aws-sdk-cloudwatch", "~> 1.130"
gem "aws-sdk-cloudwatch", "~> 1.131"
gem "aws-sdk-codepipeline", "~> 1.112"

# For Mailchimp audience integration
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ GEM
activesupport
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1219.0)
aws-sdk-cloudwatch (1.130.0)
aws-partitions (1.1223.0)
aws-sdk-cloudwatch (1.131.0)
aws-sdk-core (~> 3, >= 3.241.4)
aws-sigv4 (~> 1.5)
aws-sdk-codepipeline (1.112.0)
aws-sdk-core (~> 3, >= 3.241.4)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.242.0)
aws-sdk-core (3.243.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
aasm (~> 5.5)
acts_as_list
after_commit_everywhere (~> 1.6)
aws-sdk-cloudwatch (~> 1.130)
aws-sdk-cloudwatch (~> 1.131)
aws-sdk-codepipeline (~> 1.112)
axe-core-rspec
bootsnap
Expand Down Expand Up @@ -678,10 +678,10 @@ CHECKSUMS
after_commit_everywhere (1.6.0) sha256=c8b3409a1172e43070d2e57f4b9d7b89dce5a7f057576b748cb9fe0a0dd4d917
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
aws-partitions (1.1219.0) sha256=1754613f7da66b5ce2aebd1263f44af136abbdcd08794cf8246a230fcb9d5429
aws-sdk-cloudwatch (1.130.0) sha256=6dc17db4636ed8cbeeccf929d4fe21a894e8e11ed8384f6879bee454ca3feac8
aws-partitions (1.1223.0) sha256=cdc1b936c2d343c4235f8a0a276bfc27ce17b389b1848a70479b9a686e1f48f3
aws-sdk-cloudwatch (1.131.0) sha256=85982bccf1002af67475062a617eef29dd580f871deb86f20a9a3b8b3497b873
aws-sdk-codepipeline (1.112.0) sha256=5c02dddb8371559c69364ad60ddd7783a09f1b19484c40e9e6228cd2adb61ee4
aws-sdk-core (3.242.0) sha256=c17b3003acc78d80c1a8437b285a1cfc5e4d7749ce7821cf3071e847535a29a0
aws-sdk-core (3.243.0) sha256=a014eef785124b71d28325783fa422a1512f8421ec9b6e3931c8b0ca3fbb0f1c
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
axe-core-api (4.11.1) sha256=a6460506449a692030620a0574fee7afa6cd38cfbbf6620d20bf4d53d33a80cc
axe-core-rspec (4.11.1) sha256=dc6c0e166405cd3a28c4a0937f6521ee5b511c12c0ca1627144a1ee7d5014aec
Expand Down