Skip to content

Commit

Permalink
fix gem_home setting in environment.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored and jordansissel committed Dec 1, 2014
1 parent eb8d54e commit 052bf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def plugins_home

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
Expand Down

0 comments on commit 052bf6e

Please sign in to comment.