aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/show.rb
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gmail.com>2014-08-08 13:43:32 +0700
committerMichael Kohl <citizen428@gmail.com>2014-08-08 13:43:32 +0700
commit4823cd6452c2b5d944cfef53c66b483efe76becd (patch)
treec879e28101f3e59142e139bd951aa4fdf2850d3c /lib/bundler/cli/show.rb
parenta5e1a090e18cbfaac0a4abb5d75b651e65dcb921 (diff)
downloadbundler-4823cd6452c2b5d944cfef53c66b483efe76becd.tar.gz
Remove unneeded require
Diffstat (limited to 'lib/bundler/cli/show.rb')
-rw-r--r--lib/bundler/cli/show.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/cli/show.rb b/lib/bundler/cli/show.rb
index aabd2b1a..3e38f1b3 100644
--- a/lib/bundler/cli/show.rb
+++ b/lib/bundler/cli/show.rb
@@ -38,7 +38,6 @@ module Bundler
desc = " * #{s.name} (#{s.version}#{s.scm_version})"
if @options[:verbose]
latest = Gem::Specification.latest_specs.find { |l| l.name == s.name }
- require 'bundler/cli/outdated'
Bundler.ui.info <<D
#{desc}
\tSummary: #{s.summary || 'No description available.'}