class Bundler::Plugin::Installer

def check_sources_consistency!(options)

def check_sources_consistency!(options)
  if options.key?(:git) && options.key?(:local_git)
    raise InvalidOption, "Remote and local plugin git sources can't be both specified"
  end
end