[DRE-commits] [diaspora] 04/05: fix syntax
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jun 28 17:11:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 5f5f8867f3fb9c17d97cd22286ba189a0f909b6e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Jun 28 22:23:42 2016 +0530
fix syntax
---
debian/patches/050-relax-stable-libs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/050-relax-stable-libs.patch b/debian/patches/050-relax-stable-libs.patch
index 748d248..cd6e037 100644
--- a/debian/patches/050-relax-stable-libs.patch
+++ b/debian/patches/050-relax-stable-libs.patch
@@ -25,7 +25,7 @@ Index: diaspora/Gemfile
-gem "json", "1.8.3"
-gem "json-schema", "2.6.0"
+gem "json", "~> 1.8", ">= 1.8.3"
-+gem "json-schema", "~> 2.6",
++gem "json-schema", "~> 2.6"
# Authentication
--
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