bump rack-attack

pull/6257/head
Jens Ulferts 7 years ago
parent 587d834744
commit 0139765d1b
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -108,7 +108,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', '~> 5.0.1'
gem 'rack-attack', '~> 5.2.0'
# CSP headers
gem 'secure_headers', '~> 5.0.5'

@ -409,7 +409,7 @@ GEM
rack (2.0.4)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (5.0.1)
rack-attack (5.2.0)
rack
rack-protection (2.0.1)
rack
@ -684,7 +684,7 @@ DEPENDENCIES
pry-rescue (~> 1.4.5)
pry-stack_explorer (~> 0.4.9.2)
rabl (~> 0.13.0)
rack-attack (~> 5.0.1)
rack-attack (~> 5.2.0)
rack-protection (~> 2.0.0)
rack-test (~> 0.6.3)
rack_session_access

Loading…
Cancel
Save