[DRE-commits] [gitlab] 01/06: loosen rack-cors

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Sep 28 13:47:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 08014e9654288e0ca197c8a7806e4c1c614ee9ed
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Sep 28 17:28:40 2015 +0530

    loosen rack-cors
---
 debian/patches/0011-loosen-rack-cors.patch | 15 +++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/0011-loosen-rack-cors.patch b/debian/patches/0011-loosen-rack-cors.patch
new file mode 100644
index 0000000..7ace639
--- /dev/null
+++ b/debian/patches/0011-loosen-rack-cors.patch
@@ -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
diff --git a/debian/patches/series b/debian/patches/series
index 848dc70..c4b6659 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list