class Gem::Specification

def full_gem_path

def full_gem_path
  if source.respond_to?(:root)
    Pathname.new(loaded_from).dirname.expand_path(source.root).to_s.tap {|x| x.untaint if RUBY_VERSION < "2.7" }
  else
    rg_full_gem_path
  end
end