class Bundler::Runtime

def specs_for_lock_file

def specs_for_lock_file
  specs_for.map do |s|
    hash = {}
    hash[:loaded_from] = s.loaded_from.to_s
    hash[:load_paths]  = s.load_paths
    hash
  end
end