loosen rack-cors
This commit is contained in:
parent
11a8b3c9a4
commit
08014e9654
2 changed files with 16 additions and 0 deletions
15
debian/patches/0011-loosen-rack-cors.patch
vendored
Normal file
15
debian/patches/0011-loosen-rack-cors.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue