Commit dde7b97d authored by Stan Hu's avatar Stan Hu

Bump grape-path-helpers to solve a bug in GrapePathHelpers::NamedRouteMatcher

If you include this helper with a class that also implements `method_missing`,
this would result in AbstractController::DoubleRenderError.

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19487#note_79096902.
parent c6e26e24
......@@ -359,7 +359,7 @@ GEM
grape-entity (0.7.1)
activesupport (>= 4.0)
multi_json (>= 1.3.2)
grape-path-helpers (1.0.2)
grape-path-helpers (1.0.4)
activesupport (~> 4)
grape (~> 1.0)
rake (~> 12)
......
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