Add rack attack (#360)

This commit is contained in:
Max Wofford
2025-06-25 12:29:56 -04:00
committed by GitHub
parent bdafa0f1b4
commit bce1b6078f
4 changed files with 71 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ gem "thruster", require: false
# For query count tracking
gem "query_count"
# Rate limiting
gem "rack-attack"
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"