mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
eb8d54ee3a
commit
052bf6e1ab
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module LogStash
|
|||
|
||||
def set_gem_paths!
|
||||
require ::File.join(BUNDLE_DIR, "bundler", "setup.rb")
|
||||
ENV["GEM_PATH"] = plugins_home
|
||||
ENV["GEM_PATH"] = gem_home
|
||||
ENV["GEM_HOME"] = plugins_home
|
||||
Gem.paths = plugins_home
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue