diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-06 14:39:21 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-06 15:08:41 -0700 |
commit | dde7b97d0b2e562bf8e02e5dcf9e9b71fb601f79 (patch) | |
tree | 0b775e0808799c2911450d9c608a58bd3aa687ff /Gemfile.lock | |
parent | c6e26e24f1382392a2eb9cc462316e2646ca6a57 (diff) | |
download | gitlab-ce-dde7b97d0b2e562bf8e02e5dcf9e9b71fb601f79.tar.gz |
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.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 334895351ac..2e776656d7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) |