Skip to content

Remove deprecated ActionDispatch::ParamsParser

What does this MR do?

Fixes deprecation: DEPRECATION WARNING: ActionDispatch::ParamsParser is deprecated and will be removed in Rails 5.1. Configure the parameter parsing in ActionDispatch::Request.parameter_parsers. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/lib/gitlab/middleware/read_only_spec.rb:15)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports