summaryrefslogtreecommitdiff
path: root/lib/bundler/plugin/installer/rubygems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/plugin/installer/rubygems.rb')
-rw-r--r--lib/bundler/plugin/installer/rubygems.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bundler/plugin/installer/rubygems.rb b/lib/bundler/plugin/installer/rubygems.rb
index e144c14b24..cb5db9c30e 100644
--- a/lib/bundler/plugin/installer/rubygems.rb
+++ b/lib/bundler/plugin/installer/rubygems.rb
@@ -4,16 +4,8 @@ module Bundler
module Plugin
class Installer
class Rubygems < Bundler::Source::Rubygems
- def version_message(spec)
- "#{spec.name} #{spec.version}"
- end
-
private
- def requires_sudo?
- false # Will change on implementation of project level plugins
- end
-
def rubygems_dir
Plugin.root
end