summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/outdated.rb
diff options
context:
space:
mode:
authorPeter Retzlaff <peter@playtestcloud.com>2018-06-04 11:51:20 +0200
committerPeter Retzlaff <peter@playtestcloud.com>2018-06-04 11:51:20 +0200
commit7dfae8427218e4015c714251a6dec0fa6a73a77b (patch)
tree1ab8eddf2113f1f368af8c0427f3e90dbf9c3742 /lib/bundler/cli/outdated.rb
parente053bd94975b27619dc67ceaeda9d27089f7acb8 (diff)
downloadbundler-7dfae8427218e4015c714251a6dec0fa6a73a77b.tar.gz
Rename --filter-dependencies to --only-explicit.
Diffstat (limited to 'lib/bundler/cli/outdated.rb')
-rw-r--r--lib/bundler/cli/outdated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb
index 8dc7e4bfcd..6cbb3452cb 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -66,7 +66,7 @@ module Bundler
current_dependencies.key? spec.name
end
- specs = if options["filter-dependencies"]
+ specs = if options["only-explicit"]
gemfile_specs
else
gemfile_specs + dependency_specs