bundle-new/lib/bundler/version.rb

7 lines
219 B
Ruby
Raw Permalink Normal View History

2019-10-06 15:45:34 +00:00
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.2" unless defined?(::Bundler::VERSION)
end