Commit 8a0c36f8 authored by Matthias Fechner's avatar Matthias Fechner

Regarding...

Regarding https://about.gitlab.com/releases/2020/01/30/security-release-gitlab-12-7-4-released/ rack-cors should be updated to 1.0.6, but dependency in `Gemfile` was not updated as it should.
Could you apply this security related patch, please?
parent ecd631f1
......@@ -84,7 +84,7 @@ gem 'net-ldap'
# API
gem 'grape', '~> 1.1.0'
gem 'grape-entity', '~> 0.7.1'
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors'
# GraphQL API
gem 'graphql', '~> 1.9.11'
......
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