Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.7
/
usr
/
lib
/
ruby
/
2.7.0
/
bundler
/
//proc/thread-self/root/proc/thread-self/root/opt/ruby-2.7/usr/lib/ruby/2.7.0/bundler/version.rb
# frozen_string_literal: false module Bundler VERSION = "2.1.2".freeze def self.bundler_major_version @bundler_major_version ||= VERSION.split(".").first.to_i end end