Your IP : 216.73.216.31


Current Path : /proc/self/root/proc/self/root/opt/alt/ruby34/share/gems/gems/bundler-2.6.7/lib/bundler/
Upload File :
Current File : //proc/self/root/proc/self/root/opt/alt/ruby34/share/gems/gems/bundler-2.6.7/lib/bundler/version.rb

# frozen_string_literal: false

module Bundler
  VERSION = "2.6.7".freeze

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

  def self.gem_version
    @gem_version ||= Gem::Version.create(VERSION)
  end
end

?>