class Bundler::Dsl

def _version?(version)

def _version?(version)
  version && Gem::Version.new(version) rescue false
end