Commit be38173b authored by Rémy Coutable's avatar Rémy Coutable

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

Remove deprecated ActionDispatch::ParamsParser

See merge request gitlab-org/gitlab-ee!8897
parents 4fd4ec12 66c9d440
---
title: Remove deprecated ActionDispatch::ParamsParser
merge_request: 8897
author: Jasper Maes
type: other
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment