Sha256: 262b5fa8970ef0716a00962ce80b98c52b4e3d5c48b4b759f98c60cb47c9f17a

Contents?: true

Size: 294 Bytes

Versions: 180

Compression:

Stored size: 294 Bytes

Contents

# 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

Version data entries

180 entries across 180 versions & 6 rubygems

Version Path
bundler-2.5.20 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.19 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.19 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.18 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.18 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.17 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.17 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.16 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.16 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.15 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.15 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.14 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.14 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.13 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.13 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.12 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.12 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.5.10 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.5.10 lib/bundler/plugin/installer/rubygems.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/bundler-2.4.21/lib/bundler/plugin/installer/rubygems.rb