Merge branch 'deprecated-actiondispatch-paramsparser' into 'master'

Remove deprecated ActionDispatch::ParamsParser

See merge request gitlab-org/gitlab-ce!23848
This commit is contained in:
Rémy Coutable 2018-12-17 12:33:52 +00:00
commit 368198d8cc
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Remove deprecated ActionDispatch::ParamsParser
merge_request: 23848
author: Jasper Maes
type: other

View File

@ -8,7 +8,6 @@ describe Gitlab::Middleware::ReadOnly do
rack = Rack::Builder.new do
use ActionDispatch::Session::CacheStore
use ActionDispatch::Flash
use ActionDispatch::ParamsParser
end
rack.run(subject)