[DRE-commits] [diaspora] 02/03: relax ruby-acts-as-taggable-on

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 6 17:21:34 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 c7a34200d4c22388602ec61c373dd2a8c7d1d4c5
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 6 22:34:41 2016 +0530

    relax ruby-acts-as-taggable-on
---
 debian/patches/050-relax-libs.patch | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/patches/050-relax-libs.patch b/debian/patches/050-relax-libs.patch
index 587507f..71b863e 100644
--- a/debian/patches/050-relax-libs.patch
+++ b/debian/patches/050-relax-libs.patch
@@ -1,7 +1,9 @@
 minor versions of stable libraries can be relaxed
 
---- a/Gemfile
-+++ b/Gemfile
+Index: diaspora/Gemfile
+===================================================================
+--- diaspora.orig/Gemfile
++++ diaspora/Gemfile
 @@ -1,190 +1,190 @@
  source "https://rubygems.org"
  
@@ -239,7 +241,7 @@ minor versions of stable libraries can be relaxed
  # Tags
  
 -gem "acts-as-taggable-on", "3.5.0"
-+gem "acts-as-taggable-on", "~> 3.5"
++gem "acts-as-taggable-on", "~> 4.0"
  
  # URIs and HTTP
  
@@ -279,7 +281,7 @@ minor versions of stable libraries can be relaxed
  
  # Prevent occasions where minitest is not bundled in
  # packaged versions of ruby. See following issues/prs:
-@@ -193,7 +193,7 @@
+@@ -193,7 +193,7 @@ gem "rubyzip", "1.2.0", require: "zip"
  # https://github.com/discourse/discourse/pull/238
  gem "minitest"
  
@@ -288,7 +290,7 @@ minor versions of stable libraries can be relaxed
  
  # Windows and OSX have an execjs compatible runtime built-in, Linux users should
  # install Node.js or use "therubyracer".
-@@ -205,29 +205,29 @@
+@@ -205,29 +205,29 @@ gem "versionist", "1.5.0"
  group :production do # we don"t install these on travis to speed up test runs
    # Administration
  

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