class Bundler::RubygemsIntegration

def gem_from_path(path, policy = nil)

def gem_from_path(path, policy = nil)
  require 'rubygems/format'
  Gem::Format.from_file_by_path(path, policy)
end