class Bundler::Dsl

def method_missing(name, *args)

def method_missing(name, *args)
  raise GemfileError, "Undefined local variable or method `#{name}' for Gemfile"
end