bump rack-attack

This commit is contained in:
ulferts
2022-02-01 13:31:14 +01:00
parent c260d4ec7a
commit ff266b128d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ gem 'rack-protection', '~> 2.1.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.5.0'
gem 'rack-attack', '~> 6.6.0'
# CSP headers
gem 'secure_headers', '~> 6.3.0'
+2 -2
View File
@@ -712,7 +712,7 @@ GEM
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.5.0)
rack-attack (6.6.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
rack (>= 2.0.0)
@@ -1080,7 +1080,7 @@ DEPENDENCIES
puffing-billy (~> 2.4.0)
puma (~> 5.5)
puma-plugin-statsd (~> 2.0)
rack-attack (~> 6.5.0)
rack-attack (~> 6.6.0)
rack-cors (~> 1.1.1)
rack-mini-profiler
rack-protection (~> 2.1.0)