/
opt
/
puppetlabs
/
puppet
/
lib
/
ruby
/
2.7.0
/
bundler
/
Upload Filee
HOME
# frozen_string_literal: false module Bundler VERSION = "2.1.4".freeze def self.bundler_major_version @bundler_major_version ||= VERSION.split(".").first.to_i end end