bump rack-attack

This commit is contained in:
ulferts
2020-03-03 13:39:01 +01:00
parent ba316383a7
commit 47015633ea
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ gem 'rack-protection', '~> 2.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.1.0'
gem 'rack-attack', '~> 6.2.2'
# CSP headers
gem 'secure_headers', '~> 6.3.0'
+2 -2
View File
@@ -700,7 +700,7 @@ GEM
rack (2.2.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.1.0)
rack-attack (6.2.2)
rack (>= 1.0, < 3)
rack-mini-profiler (1.0.1)
rack (>= 1.2.0)
@@ -1054,7 +1054,7 @@ DEPENDENCIES
pry-rescue (~> 1.5.0)
pry-stack_explorer (~> 0.4.9.2)
puma (~> 4.3.1)
rack-attack (~> 6.1.0)
rack-attack (~> 6.2.2)
rack-mini-profiler
rack-protection (~> 2.0.0)
rack-test (~> 1.1.0)