blob: 1b54227a02f6e39da4284124166e907669d9f448 (
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.0.21.rc" unless defined?(::Bundler::VERSION)
end
|