LanguageModuleRequirement: remove ocaml support
This commit is contained in:
parent
36cef3c974
commit
aa1461b7d6
@ -18,7 +18,7 @@ require "set"
|
||||
class DependencyCollector
|
||||
# Define the languages that we can handle as external dependencies.
|
||||
LANGUAGE_MODULES = Set[
|
||||
:jruby, :lua, :ocaml, :perl, :python, :python3, :ruby
|
||||
:jruby, :lua, :perl, :python, :python3, :ruby
|
||||
].freeze
|
||||
|
||||
CACHE = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user