/opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/bundler/source
NameSizeModeActions
git/-0755rm
path/-0755rm
rubygems/-0755rm
gemspec.rb2860644editdlrm
git.rb102770644editdlrm
metadata.rb17560644editdlrm
path.rb75800644editdlrm
rubygems.rb178120644editdlrm
Edit: /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/bundler/source/gemspec.rb (286B)
# frozen_string_literal: true module Bundler class Source class Gemspec < Path attr_reader :gemspec def initialize(options) super @gemspec = options["gemspec"] end def as_path_source Path.new(options) end end end end