Some versions of the Bundler 1.1 RC series introduced corrupted lockfiles. There were two major problems:
As a result, Bundler 1.1 contains code that fixes the earlier corruption. We will remove this fix-up code in Bundler 1.2.
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" | ||
VERSION | = | "1.1.4" 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. |
bundle_path | [W] | |
rubygems | [R] | |
ui | [W] |