VERSION | = | "1.0.22" unless defined?(::Bundler::VERSION) | We‘re doing this because we might write tests that deal with other versions of bundler and we are unsure how to handle this better. | |
ORIGINAL_ENV | = | ENV.to_hash | ||
WINDOWS | = | RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw)! | ||
FREEBSD | = | RbConfig::CONFIG["host_os"] =~ /bsd/ | ||
NULL | = | WINDOWS ? "NUL" : "/dev/null" |
bundle_path | [W] | |
rubygems | [R] | |
ui | [W] |