Your IP : 216.73.217.117


Current Path : /usr/lib/ruby/3.1.0/bundler/
Upload File :
Current File : //usr/lib/ruby/3.1.0/bundler/version.rb

# frozen_string_literal: false

module Bundler
  VERSION = "2.3.7".freeze

  def self.bundler_major_version
    @bundler_major_version ||= VERSION.split(".").first.to_i
  end
end