class Bundler::Index

def merge!(other)

def merge!(other)
  other.each do |spec|
    self << spec
  end
  self
end