dependency_collector: add rbenv
Closes Homebrew/homebrew#47897. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
1b4cc77e14
commit
c9097b40f9
@ -108,6 +108,7 @@ class DependencyCollector
|
||||
when :python then PythonRequirement.new(tags)
|
||||
when :python3 then Python3Requirement.new(tags)
|
||||
when :java then JavaRequirement.new(tags)
|
||||
when :rbenv then RbenvRequirement.new(tags)
|
||||
when :ruby then RubyRequirement.new(tags)
|
||||
when :osxfuse then OsxfuseRequirement.new(tags)
|
||||
when :tuntap then TuntapRequirement.new(tags)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user