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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/plugin/installer/rubygems.rb b/lib/bundler/plugin/installer/rubygems.rb
index 7277234d9a..cb5db9c30e 100644
--- a/lib/bundler/plugin/installer/rubygems.rb
+++ b/lib/bundler/plugin/installer/rubygems.rb
@@ -6,10 +6,6 @@ module Bundler
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