module Bundler::Plugin::API::Source

def gem_install_dir

NOTE: Do not override if you don't know what you are doing.
def gem_install_dir
  Bundler.install_path
end