diff --git a/Gemfile b/Gemfile index 358e71070..eb333b498 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ gem "paper_trail" # Store active record objects in version whodunnits gem "paper_trail-globalid" # Request rate limiting +gem "rack", "~> 2.2.6" gem "rack-attack" gem "redis", "~> 4.8" # Receive exceptions and configure alerts @@ -61,6 +62,7 @@ gem "auto_strip_attributes" # Use sidekiq for background processing gem "sidekiq" gem "sidekiq-cron" +#R group :development, :test do # Check gems for known vulnerabilities diff --git a/Gemfile.lock b/Gemfile.lock index 7da2ef437..565b715cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -478,6 +478,7 @@ DEPENDENCIES propshaft pry-byebug puma (~> 5.0) + rack (~> 2.2.6) rack-attack rack-mini-profiler (~> 2.0) rails (~> 7.0.2)