debian-mirror-gitlab/debian/patches/0011-loosen-rack-cors.patch
Praveen Arimbrathodiyil 08014e9654 loosen rack-cors
2015-09-28 17:28:40 +05:30

15 lines
484 B
Diff

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