class Bundler::LockfileGenerator

def add_bundled_with

def add_bundled_with
  add_section("BUNDLED WITH", definition.bundler_version_to_lock.to_s)
end