Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/version.rb |
# frozen_string_literal: false module Bundler VERSION = "2.4.19".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