diff options
author | Rémy Coutable <remy@rymai.me> | 2018-09-10 12:04:02 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-09-10 12:04:03 +0200 |
commit | f693ef61d3de8b853195d1ed72180334998b5d83 (patch) | |
tree | 079c3ce76c954d8dad2a5bba11d14732ef8515d5 /Gemfile.rails5.lock | |
parent | a5517ada119a0e73e0a70fd18e11fda3932138e8 (diff) | |
download | gitlab-ce-f693ef61d3de8b853195d1ed72180334998b5d83.tar.gz |
Update grape to 1.1.0 to address a XSS vulnerability51299-update-grape
See
https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md#110-842018.
This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/51299.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index e1295e1ff9b..f1674934e10 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -346,7 +346,7 @@ GEM signet (~> 0.7) gpgme (2.0.13) mini_portile2 (~> 2.1) - grape (1.0.3) + grape (1.1.0) activesupport builder mustermann-grape (~> 1.0.0) @@ -504,7 +504,7 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - mustermann (1.0.2) + mustermann (1.0.3) mustermann-grape (1.0.0) mustermann (~> 1.0.0) mysql2 (0.4.10) @@ -1059,7 +1059,7 @@ DEPENDENCIES google-api-client (~> 0.23) google-protobuf (= 3.5.1) gpgme - grape (~> 1.0) + grape (~> 1.1) grape-entity (~> 0.7.1) grape-path-helpers (~> 1.0) grape_logging (~> 1.7) |