Commit e6154793 authored by Stan Hu's avatar Stan Hu

Merge branch 'security_rack-cors_1.0.6' into 'master'

Security related update in Gemfile for rack-cors

See merge request gitlab-org/gitlab!24152
parents 6be10b2b 8a0c36f8
......@@ -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