Skip to content

Update minimum version of grape_logging in Gemfile to match Gemfile.lock

What does this MR do and why?

grape_logging 1.7 throws this error when using a different Gemfile.lock but still the same Gemfile (in Debian, we follow the Gemfile and not Gemfile.lock as we want the flexibility to update to newer semver compatible versions of gems without breaking Gitlab).

NameError: uninitialized constant ActionDispatch::Http::ParameterFilter

So this MR updates Gemfile to match the actual required minimum version.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports