Your IP : 18.226.187.232


Current Path : /opt/alt/ruby33/share/gems/gems/bundler-2.5.11/lib/bundler/plugin/installer/
Upload File :
Current File : //opt/alt/ruby33/share/gems/gems/bundler-2.5.11/lib/bundler/plugin/installer/rubygems.rb

# frozen_string_literal: true

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

        def rubygems_dir
          Plugin.root
        end

        def cache_path
          Plugin.cache
        end
      end
    end
  end
end

?>