AlkantarClanX12

Your IP : 3.141.21.199


Current Path : /proc/thread-self/root/opt/alt/ruby31/share/gems/gems/bundler-2.3.27/lib/bundler/
Upload File :
Current File : //proc/thread-self/root/opt/alt/ruby31/share/gems/gems/bundler-2.3.27/lib/bundler/version.rb

# frozen_string_literal: false

module Bundler
  VERSION = "2.3.27".freeze

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