Depends: add versioned dependency on "ruby-mail"

This is to fix https://git.fosscommunity.in/debian-ruby/TaskTracker/issues/109

 Versioning indirect dependencies is not very nice but what else we
 could do to prevent the problem?
This commit is contained in:
Dmitry Smirnov 2016-08-01 11:30:01 +10:00
parent 5bf8445034
commit 17f5cf8efd

2
debian/control vendored
View file

@ -207,6 +207,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-connection-pool (>= 2.0~),
ruby-sentry-raven,
ruby-premailer-rails,
# ruby-actionmailer,
ruby-mail (>= 2.5.4~),
ruby-octokit (>= 4.3.0~),
ruby-mail-room (>= 0.8~),
ruby-email-reply-parser (>= 0.5.8~),