::File namespace

Fixes #2671
This commit is contained in:
Colin Surprenant 2015-02-23 19:03:41 -05:00 committed by Jordan Sissel
parent 2291498162
commit 584b87d01a

View file

@ -88,7 +88,7 @@ module LogStash
def bundler_setup!
# if there's no .bundle/config setup the runtime environment.
unless File.exists?(BUNDLE_CONFIG_PATH)
unless ::File.exists?(BUNDLE_CONFIG_PATH)
ENV["BUNDLE_PATH"] = LogStash::Environment::BUNDLE_DIR
ENV["BUNDLE_GEMFILE"] = LogStash::Environment::GEMFILE_PATH
ENV["BUNDLE_WITHOUT"] = "development"