summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-01-27 09:56:37 +1100
committerColby Swandale <colby@taplaboratories.com>2017-01-27 09:56:37 +1100
commitecb3c363fe741c9e67550615d1cd7ac925bcf411 (patch)
tree853e4a61f86e1eeb0a8f894cd93e126db114d848
parentb964909127b3a069ac87d872ea6bd2b418f10166 (diff)
downloadbundler-ecb3c363fe741c9e67550615d1cd7ac925bcf411.tar.gz
removed deprecation warning from bundle show
-rw-r--r--lib/bundler/cli/show.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/cli/show.rb b/lib/bundler/cli/show.rb
index 751d3a8cf6..77e845a603 100644
--- a/lib/bundler/cli/show.rb
+++ b/lib/bundler/cli/show.rb
@@ -17,10 +17,6 @@ module Bundler
Bundler.load.lock
end
- if options[:outdated]
- SharedHelpers.major_deprecation("Deprecated: use `bundle info GEM` or `bundle outdated` instead of `bundle show --outdated`")
- end
-
if gem_name
if gem_name == "bundler"
path = File.expand_path("../../../..", __FILE__)