[DRE-commits] [diaspora] 01/01: relax nokogiri
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Dec 27 13:17:31 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 b48aa8e7ce73542f7f9a9192243637c63fceb603
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Dec 27 18:44:46 2015 +0530
relax nokogiri
---
debian/patches/033-relax-nokogiri.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/033-relax-nokogiri.patch b/debian/patches/033-relax-nokogiri.patch
new file mode 100644
index 0000000..ab6bc99
--- /dev/null
+++ b/debian/patches/033-relax-nokogiri.patch
@@ -0,0 +1,13 @@
+Index: diaspora/Gemfile
+===================================================================
+--- diaspora.orig/Gemfile
++++ diaspora/Gemfile
+@@ -126,7 +126,7 @@ gem "messagebus_ruby_api", "1.0.3"
+
+ # Parsing
+
+-gem "nokogiri", "1.6.6.2"
++gem "nokogiri", "~> 1.6"
+ gem "redcarpet", "~> 3.2"
+ gem "twitter-text", "1.13.0"
+ gem "roxml", "~> 3.1"
diff --git a/debian/patches/series b/debian/patches/series
index b109c65..1cef58d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,4 +6,5 @@
030-loosen-tiny-versions.patch
031-embedded-gems.patch
032-loosen-rails.patch
+033-relax-nokogiri.patch
043-dont-do-git-checks.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