Module: BundleOutdated

Defined in:
lib/bundle_outdated.rb,
lib/bundle_outdated/version.rb,
lib/bundle_outdated/searcher.rb,
lib/bundle_outdated/gem_dependency.rb

Defined Under Namespace

Classes: GemDependency, Searcher

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.search!Object



6
7
8
# File 'lib/bundle_outdated.rb', line 6

def self.search!
   Searcher.new.search!
end