mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix backwards compat
This commit is contained in:
parent
ffc030092a
commit
bb69c949f0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def install_gem(name, requirement, target)
|
|||
installer.options[:install_dir] = target
|
||||
|
||||
# ruby 2.0.0 / rubygems 2.x; disable documentation generation
|
||||
installer.options[:document].clear
|
||||
installer.options[:document] = []
|
||||
begin
|
||||
installer.execute
|
||||
rescue Gem::SystemExitException => e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue