class Bundler::Index

def merge(other)

def merge(other)
  dup.merge!(other)
end