Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
bundler
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/bundler/version.rb
# 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