# File lib/librarian/cli.rb, line 123 def outdated ensure! resolution = environment.lock manifests = resolution.manifests.sort_by(&:name) manifests.select(&:outdated?).each do |manifest| say "#{manifest.name} (#{manifest.version} -> #{manifest.latest.version})" end end