Sha256: 5a911356c95576187eb49754f78a857442ab5fcbae58e092babfa39f4036c964

Contents?: true

Size: 407 Bytes

Versions: 28

Compression:

Stored size: 407 Bytes

Contents

# 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

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
bundler-2.3.27 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.27 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.26 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.26 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.25 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.25 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.24 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.24 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.23 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.23 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.22 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.22 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.21 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.21 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.20 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.20 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.19 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.19 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.3.18 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.3.18 lib/bundler/plugin/installer/rubygems.rb