blob: ffd5d8549256309795f7ae776270c4491539a894 (
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.7.7" unless defined?(::Bundler::VERSION)
end
|