mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
53b164fd44
commit
d7c4895d85
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module LogStash
|
|||
end
|
||||
|
||||
def find_plugins_gem_specs
|
||||
@specs ||= Gem::Specification.find_all.select{|spec| logstash_plugin_gem_spec?(spec)}
|
||||
@specs ||= ::Gem::Specification.find_all.select{|spec| logstash_plugin_gem_spec?(spec)}
|
||||
end
|
||||
|
||||
def logstash_plugin_gem_spec?(spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue