PHP 8.2.31
Preview: rubygems.rb Size: 407 B
//proc/thread-self/root/opt/alt/ruby31/share/gems/gems/bundler-2.3.27/lib/bundler/plugin/installer/rubygems.rb

# frozen_string_literal: true

module Bundler
  module Plugin
    class Installer
      class Rubygems < Bundler::Source::Rubygems
        private

        def requires_sudo?
          false # Will change on implementation of project level plugins
        end

        def rubygems_dir
          Plugin.root
        end

        def cache_path
          Plugin.cache
        end
      end
    end
  end
end

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
777 B lrw-r--r-- 2025-04-28 17:36:06
Edit Download
407 B lrw-r--r-- 2025-04-28 17:36:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).