Skip to content

Currently a dependency for grape `~> 1.1` is defined but gitlab does not work…

What does this MR do?

The current version 11.5.1 depends on grape ~> 1.1 which allows an installation of grape 1.2. But gitlab does not work with grape 1.2 you see an error message if you try to execute the database migration.

This patch makes sure that grape 1.1.x is used by gitlab.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports