Merge branch '44388-update-rack-protection-to-2-0-1' into 'master'

Update rack-protection to 2.0.1

Closes #44388

See merge request gitlab-org/gitlab-ce!17835
This commit is contained in:
Grzegorz Bizon 2018-03-20 10:35:00 +00:00
commit abd74664c4
2 changed files with 6 additions and 1 deletions

View File

@ -656,7 +656,7 @@ GEM
httpclient (>= 2.4)
multi_json (>= 1.3.6)
rack (>= 1.1)
rack-protection (1.5.3)
rack-protection (2.0.1)
rack
rack-proxy (0.6.0)
rack

View File

@ -0,0 +1,5 @@
---
title: Update rack-protection to 2.0.1
merge_request: 17835
author: Takuya Noguchi
type: security