summaryrefslogtreecommitdiff
path: root/lib/bundler/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/constants.rb')
-rw-r--r--lib/bundler/constants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/constants.rb b/lib/bundler/constants.rb
index 8dd8a53815..de9698b577 100644
--- a/lib/bundler/constants.rb
+++ b/lib/bundler/constants.rb
@@ -3,5 +3,5 @@
module Bundler
WINDOWS = RbConfig::CONFIG["host_os"] =~ /(msdos|mswin|djgpp|mingw)/
FREEBSD = RbConfig::CONFIG["host_os"].to_s.include?("bsd")
- NULL = WINDOWS ? "NUL" : "/dev/null"
+ NULL = File::NULL
end