Commit 807139b6 authored by Jasper Maes's avatar Jasper Maes

Remove deprecated ActionDispatch::ParamsParser

parent 8b460204
---
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