Explicitely require LogStash::Bundler.setup! make the plugin install process to require internet access

Fixes: #6386

Fixes #6388
This commit is contained in:
Pier-Hugues Pellerin 2016-12-09 13:44:59 -05:00
parent 666fab2b0e
commit 0b881c78a6

View file

@ -6,8 +6,6 @@ require "bootstrap/environment"
ENV["GEM_HOME"] = ENV["GEM_PATH"] = LogStash::Environment.logstash_gem_home
Gem.use_paths(LogStash::Environment.logstash_gem_home)
LogStash::Bundler.setup!({:without => [:build, :development]})
module LogStash
module PluginManager
end