Commit 368198d8 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-ce!23848
parents e8374cb6 807139b6
---
title: Remove deprecated ActionDispatch::ParamsParser
merge_request: 23848
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