mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Explicitely require LogStash::Bundler.setup! make the plugin install process to require internet access
Fixes: #6386 Fixes #6388
This commit is contained in:
parent
666fab2b0e
commit
0b881c78a6
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue