[DRE-commits] [ruby-redis-activesupport] 06/06: tighten dependency on ruby-redis-store

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 20 12:02:22 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-redis-activesupport.

commit 33befe705198ab748f8d2efe3f244493fcd4629d
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jul 20 17:27:31 2017 +0530

    tighten dependency on ruby-redis-store
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index eb4079f..1324e38 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~),
                ruby-activesupport,
                ruby-connection-pool,
                ruby-mocha,
-               ruby-redis-store
+               ruby-redis-store (>= 1.3~)
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-redis-activesupport.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-redis-activesupport.git
@@ -23,7 +23,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-activesupport,
-         ruby-redis-store,
+         ruby-redis-store (>= 1.3~),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Redis store for ActiveSupport::Cache

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



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