loosen rack-cors

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-28 17:28:40 +05:30
parent 11a8b3c9a4
commit 08014e9654
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2800
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -67,7 +67,7 @@ gem "gitlab-linguist", "~> 3.0.1", requi
# API
gem "grape", "~> 0.6"
gem "grape-entity", "~> 0.4.2"
-gem 'rack-cors', '~> 0.2.9', require: 'rack/cors'
+gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
# Format dates and times
# based on human-friendly examples

View file

@ -8,3 +8,4 @@ loosen-rails-version.patch
0008-loosen-omniauth-twitter.patch
0009-loosen-omniauth-shibboleth.patch
0010-loosen-omniauth-kerberos.patch
0011-loosen-rack-cors.patch