| Current Path : /proc/1412127/root/usr/lib/ruby/3.0.0/bundler/ |
| Current File : //proc/1412127/root/usr/lib/ruby/3.0.0/bundler/version.rb |
# frozen_string_literal: false
module Bundler
VERSION = "2.2.22".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
end
end