# File lib/bundler/version.rb, line 25
  def self.bundler_major_version
    @bundler_major_version ||= VERSION.split(".").first.to_i
  end