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:
parent
5bf8445034
commit
17f5cf8efd
1 changed files with 2 additions and 0 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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~),
|
||||
|
|
Loading…
Reference in a new issue