[DRE-commits] [diaspora] 03/257: loosen unicorn dependency

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:16:44 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora.

commit b94edc4c37e461fd89e507a860871dd97e397622
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 24 16:01:57 2014 +0530

    loosen unicorn dependency
---
 debian/patches/loosen-unicorn-version-dep.patch | 11 +++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/loosen-unicorn-version-dep.patch b/debian/patches/loosen-unicorn-version-dep.patch
new file mode 100644
index 0000000..e6ac8ca
--- /dev/null
+++ b/debian/patches/loosen-unicorn-version-dep.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -4,7 +4,7 @@
+ 
+ # Appserver
+ 
+-gem 'unicorn', '4.8.0', :require => false
++gem 'unicorn', '>= 4.8.0', :require => false
+ 
+ # API and JSON
+ 
diff --git a/debian/patches/series b/debian/patches/series
index ba76df3..58945d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove-development-test-from-gemfile.patch
 remove-gemfile-lock.patch
+loosen-unicorn-version-dep.patch

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



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