Skip to content

Commit

Permalink
Change aws-sdk-cloudwatch to development-only requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Nov 25, 2024
1 parent 3485b62 commit 3e536fe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ gem "uk_postcode"
# For structured logging
gem "lograge"

# For AWS interactions
# Use CloudWatch for metrics on form performance
gem "aws-sdk-cloudwatch"
gem "aws-sdk-codepipeline", "~> 1.91"
# Use S3 for uploading form submissions as a file
gem "aws-sdk-s3"

# For sending submissions as CSV
Expand Down Expand Up @@ -86,6 +86,11 @@ group :development, :test do
gem "brakeman", "~> 6.2"
end

group :development do
# For pipeline rake tasks
gem "aws-sdk-codepipeline", "~> 1.91"
end

group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
Expand Down

0 comments on commit 3e536fe

Please sign in to comment.