[DRE-commits] [diaspora] 03/03: relax redcarpet

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Mar 13 11:18:25 UTC 2016


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

praveen pushed a commit to branch 0.5.5.1
in repository diaspora.

commit a880d5d074cfd6d2c4d7ffcb7d6fb44cde88fe85
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Mar 13 15:53:29 2016 +0530

    relax redcarpet
---
 debian/patches/050-relax-stable-libs.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/patches/050-relax-stable-libs.patch b/debian/patches/050-relax-stable-libs.patch
index 9c7752a..27c1714 100644
--- a/debian/patches/050-relax-stable-libs.patch
+++ b/debian/patches/050-relax-stable-libs.patch
@@ -72,9 +72,10 @@ Index: diaspora/Gemfile
  # Parsing
  
 -gem "nokogiri",          "1.6.7.1"
-+gem "nokogiri",          "~> 1.6"
- gem "redcarpet",         "3.3.3"
+-gem "redcarpet",         "3.3.3"
 -gem "twitter-text",      "1.13.0"
++gem "nokogiri",          "~> 1.6"
++gem "redcarpet",         "~> 3.3", ">= 3.3.3"
 +gem "twitter-text",      "~> 1.13"
  gem "roxml",             "~> 3.1"
  gem "ruby-oembed",       "0.8.14"

-- 
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