summaryrefslogtreecommitdiff
path: root/lib/bundler/plugin/installer/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/plugin/installer/git.rb')
-rw-r--r--lib/bundler/plugin/installer/git.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/plugin/installer/git.rb b/lib/bundler/plugin/installer/git.rb
index fbb6c5e40e..deec5e99b3 100644
--- a/lib/bundler/plugin/installer/git.rb
+++ b/lib/bundler/plugin/installer/git.rb
@@ -20,10 +20,6 @@ module Bundler
end
end
- def version_message(spec)
- "#{spec.name} #{spec.version}"
- end
-
def root
Plugin.root
end