blob: 8db1d63b325a5866476e7690727a911da5a245f8 (
plain)
1
2
3
4
5
6
|
module Bundler
# 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.
VERSION = "1.5.2" unless defined?(::Bundler::VERSION)
end
|