[DRE-commits] [bundler] 05/07: Make the dependency on ruby-thor stricter

Lucas Nussbaum lucas at moszumanska.debian.org
Mon Jul 3 20:19:30 UTC 2017


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

lucas pushed a commit to branch master
in repository bundler.

commit d2d20c5e87eae29f4939f53ad718e0d784989f87
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Mon Jul 3 21:21:02 2017 +0200

    Make the dependency on ruby-thor stricter
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 39193d0..11a2fc4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~),
                rake,
                ruby-ronn,
                ruby-rspec,
-               ruby-thor
+               ruby-thor (>= 0.19.4~)
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/bundler.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/bundler.git
@@ -23,7 +23,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-molinillo (>= 0.4.5~),
          ruby-net-http-persistent (>= 2.7-1),
-         ruby-thor (>= 0.19.1~),
+         ruby-thor (>= 0.19.4~),
          rubygems-integration,
          ${misc:Depends},
          ${shlibs:Depends}

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



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