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 | |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false gem 'github-linguist', '~> 5.3.3', require: 'linguist' # API -gem 'grape', '~> 1.0' +gem 'grape', '~> 1.1' gem 'grape-entity', '~> 0.7.1' gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' |