summaryrefslogtreecommitdiffstats
path: root/tags/r/ruby-interpreter-is-deprecated.tag
blob: 3fdb7633466d6d7ab2067a1d8cc1530217b6473c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tag: ruby-interpreter-is-deprecated
Severity: warning
Check: languages/ruby
Explanation: Starting with ruby2.3, Ruby interpreter packages stopped
 providing the  <code>ruby-interpreter</code> virtual package. It should
 no longer be used as a prerequisite.
 .
 In packages using <code>gem2deb</code>, please consider using
 <code>${ruby:Depends}</code>. It will expand automatically to the
 prerequisites the package needs (including the interpreter as well
 as the libraries) and can replace all other Ruby-related dependency
 declarations.