bump rack-attack

This commit is contained in:
ulferts
2023-08-28 15:48:30 +02:00
parent 675d850ec9
commit 2de79fcadf
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ gem 'rack-protection', '~> 3.0.0'
# It allows whitelisting, blacklisting, throttling, and tracking based
# on arbitrary properties of the request.
# https://github.com/kickstarter/rack-attack
gem 'rack-attack', '~> 6.6.0'
gem 'rack-attack', '~> 6.7.0'
# CSP headers
gem 'secure_headers', '~> 6.5.0'
+3 -3
View File
@@ -731,8 +731,8 @@ GEM
rack (2.2.8)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-mini-profiler (3.1.1)
@@ -1113,7 +1113,7 @@ DEPENDENCIES
puffing-billy (~> 3.2.0)
puma (~> 6.3)
puma-plugin-statsd (~> 2.0)
rack-attack (~> 6.6.0)
rack-attack (~> 6.7.0)
rack-cors (~> 2.0.0)
rack-mini-profiler
rack-protection (~> 3.0.0)